mirror of
https://github.com/cupcakearmy/docker-radicale.git
synced 2024-12-21 07:26:25 +00:00
pinn major version
This commit is contained in:
parent
7f13a2fde9
commit
5324d56a79
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user