[FIX]Radicale freeze versions because of regressions

This commit is contained in:
Fabien BOURGEOIS 2020-05-17 11:26:16 +02:00
parent 48e26939b7
commit 5f8266e873
2 changed files with 4 additions and 2 deletions

View File

@ -17,7 +17,8 @@ WORKDIR /opt/radicale
USER radicale
# Install Radicale
ENV VERSION 2.1.11
# v2.1.9 because of regressions on v2.1.10+ on SSL handling
ENV VERSION 2.1.9
RUN pip3 install --user --upgrade radicale==${VERSION}
COPY config /opt/radicale/radicale.conf
RUN mkdir /opt/radicale/storage

View File

@ -15,7 +15,8 @@ WORKDIR /opt/radicale
USER radicale
# Install Radicale
ENV VERSION 2.1.11
# v2.1.9 because of regressions on v2.1.10+ on SSL handling
ENV VERSION 2.1.9
RUN scl enable rh-python35 "pip install --user radicale==${VERSION}"
COPY config .config/radicale/config/
RUN mkdir /opt/radicale/storage