Browse Source

upgrade obfs4proxy package from v0.0.13-r1 to v0.0.13-r2

https://git.alpinelinux.org/aports/commit/testing/obfs4proxy?id=d9e95826c086ba4b679198c1d458746d48ef8b3e
Fabian Peter Hammerle 1 year ago
parent
commit
e4483afd9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -2,7 +2,7 @@
 FROM docker.io/alpine:3.16.1
 
 ARG TOR_PACKAGE_VERSION=0.4.7.8-r0
-ARG OBFS4PROXY_PACKAGE_VERSION=0.0.13-r1
+ARG OBFS4PROXY_PACKAGE_VERSION=0.0.13-r2
 RUN apk add --no-cache tor=$TOR_PACKAGE_VERSION \
     && apk add --no-cache obfs4proxy=$OBFS4PROXY_PACKAGE_VERSION \
         --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing