From df490a3a7e68dc0b9d7f77542b4d22ba4729db8a Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Sun, 26 Dec 2021 14:21:57 +0000 Subject: [PATCH] radicale: Update to version 3.1.0 --- config/service/radicale/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/service/radicale/Containerfile b/config/service/radicale/Containerfile index 8b78fbb..9851afa 100644 --- a/config/service/radicale/Containerfile +++ b/config/service/radicale/Containerfile @@ -1,5 +1,5 @@ FROM docker.io/debian:bullseye-slim -ARG VERSION=3.0.6 +ARG VERSION=3.1.0 RUN apt-get update -y && apt-get install -y --no-install-recommends \ python3 python3-pip python3-setuptools gettext