Browse Source

upgrade tor package from v0.4.7.12-r0 to v0.4.7.13-r0 (see below)

https://web.archive.org/web/20230113153058/https://gitlab.torproject.org/tpo/core/tor/-/issues/40730
https://web.archive.org/web/20230113144848/https://gitweb.torproject.org/tor.git/plain/ChangeLog
https://git.alpinelinux.org/aports/commit/community/tor?h=3.17-stable&id=06668be47f81efab97ab829785dd344dd73d250d

https://github.com/fphammerle/docker-onion-service/commit/e9c3a5e14f4ce19cc073ebef386dbb6d8eab4763
https://github.com/fphammerle/docker-tor-proxy/commit/513e47eb0a17096882b58315a37df1dad9fadf97
Fabian Peter Hammerle 1 year ago
parent
commit
b653c06946
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.17.1
 
-ARG TOR_PACKAGE_VERSION=0.4.7.12-r0
+ARG TOR_PACKAGE_VERSION=0.4.7.13-r0
 ARG OBFS4PROXY_PACKAGE_VERSION=0.0.14-r3
 RUN apk add --no-cache tor=$TOR_PACKAGE_VERSION \
     && apk add --no-cache obfs4proxy=$OBFS4PROXY_PACKAGE_VERSION \