Skip to content

Commit 75669fa

Browse files
committed
fix
1 parent f655ed0 commit 75669fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN /etc/init.d/postgresql start && \
1515
/etc/init.d/postgresql stop
1616

1717
USER root
18-
RUN wget https://github.com/DevAlone/proxy_py/archive/v2.2.zip -O master.zip 2> /dev/null
18+
RUN wget https://github.com/DevAlone/proxy_py/archive/v2.2.1.zip -O master.zip 2> /dev/null
1919
RUN unzip master.zip
2020
RUN rm master.zip
2121
RUN mv proxy_py-* proxy_py

0 commit comments

Comments
 (0)