From 8600c2c69aa4e3e64a53e8a309995da3c4142265 Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Thu, 27 Jan 2022 23:32:58 +0000 Subject: [PATCH] radicale: Update to version 3.1.3 --- service/radicale/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/radicale/Containerfile b/service/radicale/Containerfile index c85f40a..9286aff 100644 --- a/service/radicale/Containerfile +++ b/service/radicale/Containerfile @@ -1,5 +1,5 @@ FROM docker.io/debian:bullseye-slim -ARG VERSION=3.1.2 +ARG VERSION=3.1.3 RUN apt-get update -y && apt-get install -y --no-install-recommends \ python3 python3-pip python3-setuptools gettext