Browse Source

upgrade tor package from v0.4.7.13-r0 to v0.4.7.13-r1 ("rebuild for zstd") and obfs4proxy package from v0.0.14-r5 to v0.0.14-r6 (go 1.10.3 rebuild)

https://web.archive.org/web/20230409094419/https://git.alpinelinux.org/aports/commit/community/tor?h=3.17-stable&id=b06917e64f5dd6381b0f1d342ef1b8533938562f
https://web.archive.org/web/20230409163909/https://git.alpinelinux.org/aports/commit/testing/obfs4proxy?id=c3b0d4f23417133e67a137882fba59992f8d469a

https://github.com/fphammerle/docker-onion-service/commit/b0bf80d9af8b5e3c9ff0ffe2f96f09f01ca4f0e0
Fabian Peter Hammerle 1 year ago
parent
commit
f795306500
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -1,8 +1,8 @@
 # https://pkgs.alpinelinux.org/packages?name=obfs4proxy&arch=x86_64
 FROM docker.io/alpine:3.17.3
 
-ARG TOR_PACKAGE_VERSION=0.4.7.13-r0
-ARG OBFS4PROXY_PACKAGE_VERSION=0.0.14-r5
+ARG TOR_PACKAGE_VERSION=0.4.7.13-r1
+ARG OBFS4PROXY_PACKAGE_VERSION=0.0.14-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