소스 검색

upgrade obfs4proxy package from v0.0.11-r7 to v0.0.13-r0

https://web.archive.org/web/20220702114220/https://gitweb.torproject.org/pluggable-transports/obfs4.git/tree/ChangeLog
https://git.alpinelinux.org/aports/commit/testing/obfs4proxy?id=44f314e8b023951f6cf740edb21bc90103f5781b
Fabian Peter Hammerle 1 년 전
부모
커밋
c1ee6c4bbd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -2,7 +2,7 @@
 FROM docker.io/alpine:3.16.0
 
 ARG TOR_PACKAGE_VERSION=0.4.7.8-r0
-ARG OBFS4PROXY_PACKAGE_VERSION=0.0.11-r7
+ARG OBFS4PROXY_PACKAGE_VERSION=0.0.13-r0
 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