Merge pull request #1 from cyrilghali/patch-1

Update Radicale
This commit is contained in:
Nicco 2022-12-01 14:15:35 +01:00 committed by GitHub
commit 45dfe4fbb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM python:3-alpine as builder
WORKDIR /app
ARG RADICALE_VERSION=3.1.7
ARG RADICALE_VERSION=3.1.8
RUN apk add --no-cache alpine-sdk libffi-dev
RUN pip install --user radicale[bcrypt]==$RADICALE_VERSION