From ceb1df8ac919d9d6a07b16ffdac37cbf2ded2c65 Mon Sep 17 00:00:00 2001 From: Fabien BOURGEOIS Date: Sat, 4 Jul 2020 15:53:48 +0200 Subject: [PATCH] [UPD]Radicale CentOS7 version bump --- radicale/Dockerfile.c7 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/radicale/Dockerfile.c7 b/radicale/Dockerfile.c7 index 373b387..701e2e3 100644 --- a/radicale/Dockerfile.c7 +++ b/radicale/Dockerfile.c7 @@ -15,8 +15,9 @@ WORKDIR /opt/radicale USER radicale # Install Radicale -# v2.1.9 because of regressions on v2.1.10+ on SSL handling -ENV VERSION 2.1.9 +# Was v2.1.9 because of regressions on v2.1.10+ on SSL handling, so no more included SSL ATM +# No v3 ATM : huge refacotring, whole plugin obsolete... +ENV VERSION 2.1.12 RUN scl enable rh-python35 "pip install --user radicale==${VERSION}" COPY config .config/radicale/config/ RUN mkdir /opt/radicale/storage