We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f955a2 commit 4c2ffe5Copy full SHA for 4c2ffe5
tor/Dockerfile
@@ -23,7 +23,7 @@ RUN \
23
WORKDIR /go
24
ARG OBFS_VERSION=obfs4proxy-0.0.14
25
ARG SNOWFLAKE_VERSION=v2.9.2
26
-ARG WEBTUNNEL_VERSION=3b6faa48163782c1e5420bcb4b068cd38c401ea7
+ARG WEBTUNNEL_VERSION=e64b1b3562f3ab50d06141ecd513a21ec74fe8c6
27
RUN git clone -b ${OBFS_VERSION} --single-branch --depth 1 https://github.com/Yawning/obfs4.git \
28
&& git clone -b ${SNOWFLAKE_VERSION} --single-branch --depth 1 https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git \
29
&& git clone --single-branch --depth 1 https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/webtunnel.git
0 commit comments