Browse Source

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

https://git.alpinelinux.org/aports/commit/testing/obfs4proxy?id=0fb84c4f90e8fe9b38170d133a2435b644ad2898
Fabian Peter Hammerle 2 years ago
parent
commit
44533fb4f0
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.3
 
 ARG TOR_PACKAGE_VERSION=0.4.6.9-r0
-ARG OBFS4PROXY_PACKAGE_VERSION=0.0.11-r5
+ARG OBFS4PROXY_PACKAGE_VERSION=0.0.11-r6
 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