1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-12 02:28:20 +02:00
1513: Stick radicale to 2.1.12 version r=ofthesun9 a=ofthesun9

As 3.0 is breaking compatibility with 2.1 branch

## What type of PR?
Sticking radicale to 2.1.12, while we investigate changes to use radicale 3.0

## What does this PR do?
Dockerfile modification to add ==2.1.12

### Related issue(s)
- #1512 

Co-authored-by: ofthesun9 <olivier@ofthesun.net>
This commit is contained in:
bors[bot] 2020-05-21 05:00:34 +00:00 committed by GitHub
commit 4c9a4b2824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ ARG DISTRO=alpine:3.10
FROM $DISTRO
RUN apk add --no-cache curl bash python3 \
&& pip3 install radicale
&& pip3 install radicale==2.1.12
COPY radicale.conf /radicale.conf