We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f655ed0 commit 75669faCopy full SHA for 75669fa
Dockerfile
@@ -15,7 +15,7 @@ RUN /etc/init.d/postgresql start && \
15
/etc/init.d/postgresql stop
16
17
USER root
18
-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
19
RUN unzip master.zip
20
RUN rm master.zip
21
RUN mv proxy_py-* proxy_py
0 commit comments