Browse Source

upgrade obfs4proxy package from v0.0.14-r4 to v0.0.14-r5 (go v1.20.1 rebuild)

https://web.archive.org/web/20230217142527/https://git.alpinelinux.org/aports/commit/testing/obfs4proxy?id=db1d7ea8296498cdac69dda15561b489809b51b0
Fabian Peter Hammerle 1 year ago
parent
commit
98d0c49038
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-r4
+ARG OBFS4PROXY_PACKAGE_VERSION=0.0.14-r5
 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