downgrade again

This commit is contained in:
Sebastian Hugentobler 2019-01-06 17:19:53 +01:00
parent eb775a46d8
commit 13ce64ef3f

View File

@ -5,7 +5,7 @@ RUN apk add --no-cache \
python3-dev python3-dev
RUN pip3 install wheel RUN pip3 install wheel
RUN pip3 wheel twisted==18.7.0 RUN pip3 wheel twisted==18.4.0
FROM thallian/confd-env:latest FROM thallian/confd-env:latest