Browse Source

upgrade tor package to v0.4.6.9-r0 (see below)

https://web.archive.org/web/20211228082801/https://gitweb.torproject.org/tor.git/plain/ChangeLog
https://git.alpinelinux.org/aports/commit/community/tor?h=3.15-stable&id=cacb3a44facfe85ca04ca1868ecf0f0fbaeae190
Fabian Peter Hammerle 2 years ago
parent
commit
127af8a9b1
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.15.0
 
-ARG TOR_PACKAGE_VERSION=0.4.6.8-r0
+ARG TOR_PACKAGE_VERSION=0.4.6.9-r0
 ARG OBFS4PROXY_PACKAGE_VERSION=0.0.11-r4
 RUN apk add --no-cache tor=$TOR_PACKAGE_VERSION \
     && apk add --no-cache obfs4proxy=$OBFS4PROXY_PACKAGE_VERSION \