Browse Source

upgrade obfs4proxy package from v0.0.14-r6 to v0.0.14-r7 (go v1.20.4 rebuild)

https://web.archive.org/web/20230506201323/https://git.alpinelinux.org/aports/commit/testing/obfs4proxy?id=1d80cc99e6cfaa1bd07aad74410a93ead6e5bc2c
Fabian Peter Hammerle 1 year ago
parent
commit
f6ec8dc790
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.17.3
 
 ARG TOR_PACKAGE_VERSION=0.4.7.13-r1
-ARG OBFS4PROXY_PACKAGE_VERSION=0.0.14-r6
+ARG OBFS4PROXY_PACKAGE_VERSION=0.0.14-r7
 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