瀏覽代碼

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 年之前
父節點
當前提交
44533fb4f0
共有 1 個文件被更改,包括 1 次插入1 次删除
  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