[UPD]Radicale CentOS7 version bump

This commit is contained in:
Fabien BOURGEOIS 2020-07-04 15:53:48 +02:00
parent 78c866da59
commit ceb1df8ac9
1 changed files with 3 additions and 2 deletions

View File

@ -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