From 75669fa2924d080e4bc59f9a3b8ab3f0130c4273 Mon Sep 17 00:00:00 2001 From: d3dev Date: Wed, 15 May 2019 17:34:25 +0000 Subject: [PATCH] fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8dc4242..8c07024 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN /etc/init.d/postgresql start && \ /etc/init.d/postgresql stop USER root -RUN wget https://github.com/DevAlone/proxy_py/archive/v2.2.zip -O master.zip 2> /dev/null +RUN wget https://github.com/DevAlone/proxy_py/archive/v2.2.1.zip -O master.zip 2> /dev/null RUN unzip master.zip RUN rm master.zip RUN mv proxy_py-* proxy_py