pinn major version

This commit is contained in:
cupcakearmy 2021-05-05 12:27:56 +02:00
parent 7f13a2fde9
commit 5324d56a79
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -5,4 +5,4 @@ services:
build: .
env_file: .env
ports:
- 80:5232
- 80:5232