update version

This commit is contained in:
2024-08-09 14:53:24 +02:00
parent 34350bde8f
commit ee20055283
3 changed files with 6 additions and 10 deletions

View File

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