mirror of
https://github.com/cupcakearmy/docker-radicale.git
synced 2024-12-21 23:46:24 +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
|
WORKDIR /app
|
||||||
|
|
||||||
RUN apk add --no-cache alpine-sdk libffi-dev
|
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
|
FROM python:3.9-alpine
|
||||||
|
@ -5,4 +5,4 @@ services:
|
|||||||
build: .
|
build: .
|
||||||
env_file: .env
|
env_file: .env
|
||||||
ports:
|
ports:
|
||||||
- 80:5232
|
- 80:5232
|
||||||
|
Loading…
Reference in New Issue
Block a user