update version

This commit is contained in:
2022-06-27 10:03:40 +02:00
parent af463491b8
commit 576e393de4
6 changed files with 30 additions and 22 deletions

View File

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