Browse Source

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

https://web.archive.org/web/20211219210312/https://gitweb.torproject.org/tor.git/plain/ChangeLog
https://git.alpinelinux.org/aports/commit/community/tor?h=3.15-stable&id=178008f6bd3a8c810e17902277ffa30bb59933a1

https://github.com/fphammerle/docker-tor-obfs4-bridge/commit/f76e89e788260385778d0692741bfa23c9ec16ac
Fabian Peter Hammerle 2 years ago
parent
commit
a0624fd9ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,7 +1,7 @@
 FROM docker.io/alpine:3.15.0
 
 ARG GETTEXT_PACKAGE_VERSION=0.21-r0
-ARG TOR_PACKAGE_VERSION=0.4.6.7-r1
+ARG TOR_PACKAGE_VERSION=0.4.6.8-r0
 RUN apk add --no-cache \
         tor=$TOR_PACKAGE_VERSION \
         gettext=$GETTEXT_PACKAGE_VERSION \