mirror of
https://github.com/cupcakearmy/docker-radicale.git
synced 2025-09-01 00:00:41 +00:00
pinn major version
This commit is contained in:
@@ -3,7 +3,7 @@ FROM python:3.9-alpine as builder
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk add --no-cache alpine-sdk libffi-dev
|
||||
RUN pip install --user radicale[bcrypt]
|
||||
RUN pip install --user radicale[bcrypt]~=3.0
|
||||
|
||||
|
||||
FROM python:3.9-alpine
|
||||
|
@@ -5,4 +5,4 @@ services:
|
||||
build: .
|
||||
env_file: .env
|
||||
ports:
|
||||
- 80:5232
|
||||
- 80:5232
|
||||
|
Reference in New Issue
Block a user