Browse Source

upgrade tor package from v0.4.7.7-r1 to v0.4.7.8-r0 (CVE-2022-33903)

https://web.archive.org/web/20220625194541/https://gitweb.torproject.org/tor.git/plain/ChangeLog
https://git.alpinelinux.org/aports/commit/community/tor?h=3.16-stable&id=f4b13931b786be10fb3924928c92d7a691a88ee5

https://github.com/fphammerle/docker-onion-service/commit/72d12d6fd37c07bf9e930f8d545ce7b27496a40d
Fabian Peter Hammerle 1 year ago
parent
commit
e9335041f0
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
 # https://pkgs.alpinelinux.org/packages?name=obfs4proxy&arch=x86_64
 FROM docker.io/alpine:3.16.0
 FROM docker.io/alpine:3.16.0
 
 
-ARG TOR_PACKAGE_VERSION=0.4.7.7-r1
+ARG TOR_PACKAGE_VERSION=0.4.7.8-r0
 ARG OBFS4PROXY_PACKAGE_VERSION=0.0.11-r7
 ARG OBFS4PROXY_PACKAGE_VERSION=0.0.11-r7
 RUN apk add --no-cache tor=$TOR_PACKAGE_VERSION \
 RUN apk add --no-cache tor=$TOR_PACKAGE_VERSION \
     && apk add --no-cache obfs4proxy=$OBFS4PROXY_PACKAGE_VERSION \
     && apk add --no-cache obfs4proxy=$OBFS4PROXY_PACKAGE_VERSION \