diff --git a/Dockerfile b/Dockerfile index 28b857d..123ff60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN apk add --no-cache \ python3-dev RUN pip3 install wheel -RUN pip3 wheel twisted==18.7.0 +RUN pip3 wheel twisted==18.4.0 FROM thallian/confd-env:latest