upgrade twisted to 18.9.0

This commit is contained in:
Sebastian Hugentobler 2019-01-01 16:45:44 +01:00
parent 1b572ad927
commit 8feb306de0

View File

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