Browse Source

upgrade tor package from v0.4.7.8-r0 to v0.4.7.10-r0

https://web.archive.org/web/20220820072948/https://gitweb.torproject.org/tor.git/plain/ChangeLog
https://web.archive.org/web/20220826231125/https://forum.torproject.net/t/urgent-stable-release-0-4-5-14-0-4-6-12-and-0-4-7-10/4270

https://git.alpinelinux.org/aports/commit/community/tor?h=3.16-stable&id=4f38d5135b231810dfcbf925cd818c4ce4e5c198

https://github.com/fphammerle/docker-tor-proxy/commit/4bc13a67bd592adce655003c8465529819d1afa2
Fabian Peter Hammerle 1 year ago
parent
commit
a4c5a0861f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,7 +1,7 @@
 # https://pkgs.alpinelinux.org/packages?name=obfs4proxy&arch=x86_64
 FROM docker.io/alpine:3.16.2
 
-ARG TOR_PACKAGE_VERSION=0.4.7.8-r0
+ARG TOR_PACKAGE_VERSION=0.4.7.10-r0
 ARG OBFS4PROXY_PACKAGE_VERSION=0.0.13-r2
 RUN apk add --no-cache tor=$TOR_PACKAGE_VERSION \
     && apk add --no-cache obfs4proxy=$OBFS4PROXY_PACKAGE_VERSION \