Browse Source

upgrade obsf4proxy package to v0.0.11-r5 (see below)

https://git.alpinelinux.org/aports/commit/testing/obfs4proxy?id=1eb27fbd9803e782e25366d66b1204e10ca812a5
Fabian Peter Hammerle 2 years ago
parent
commit
664b32f9f0
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.15.1
 
 ARG TOR_PACKAGE_VERSION=0.4.6.9-r0
-ARG OBFS4PROXY_PACKAGE_VERSION=0.0.11-r4
+ARG OBFS4PROXY_PACKAGE_VERSION=0.0.11-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