Update Radicale

This commit is contained in:
Cyril GHALI 2022-11-30 20:59:53 +01:00 committed by GitHub
parent 9d98d9a120
commit 5fb467ed76
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