Browse Source

upgrade obfs4proxy package v0.0.11-{r6->r7} (see below)

https://git.alpinelinux.org/aports/commit/testing/obfs4proxy?id=1c6914f21c2e86993c0a6f9fc9c9c90ca115c631
Fabian Peter Hammerle 2 years ago
parent
commit
168d0e7619
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.4
 
 ARG TOR_PACKAGE_VERSION=0.4.6.9-r0
-ARG OBFS4PROXY_PACKAGE_VERSION=0.0.11-r6
+ARG OBFS4PROXY_PACKAGE_VERSION=0.0.11-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