Browse Source

upgrade obfs4proxy package from v0.0.14-r3 to v0.0.14-r4 (go v1.20 rebuild)

https://web.archive.org/web/20230211083711/https://git.alpinelinux.org/aports/commit/testing/obfs4proxy?id=96d8acd05bc8b7c64021d9621a2dc884f61c825c
Fabian Peter Hammerle 1 year ago
parent
commit
a238fc524e
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.1
 
 ARG TOR_PACKAGE_VERSION=0.4.7.13-r0
-ARG OBFS4PROXY_PACKAGE_VERSION=0.0.14-r3
+ARG OBFS4PROXY_PACKAGE_VERSION=0.0.14-r4
 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