Browse Source

upgrade tor package from v0.4.8.10-r0 to v0.4.8.11-r0

https://web.archive.org/web/20240412093057/https://gitlab.torproject.org/tpo/core/tor/-/raw/release-0.4.8/ReleaseNotes
https://web.archive.org/web/20240412093107/https://git.alpinelinux.org/aports/commit/community/tor?h=3.19-stable&id=c753430121779dd525a8f703acd8abb07994224f

https://github.com/fphammerle/docker-tor-proxy/commit/e252e39445d4be7224cb1d597aa1446f6d7146bb
Fabian Peter Hammerle 2 weeks ago
parent
commit
86fb254644
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -5,7 +5,7 @@ ARG GETTEXT_PACKAGE_VERSION=0.22.3-r0
 # https://gitweb.torproject.org/tor.git/plain/ChangeLog
 # https://gitlab.torproject.org/tpo/core/tor/-/raw/release-0.4.8/ReleaseNotes
 # https://git.alpinelinux.org/aports/log/community/tor?h=3.19-stable
-ARG TOR_PACKAGE_VERSION=0.4.8.10-r0
+ARG TOR_PACKAGE_VERSION=0.4.8.11-r0
 RUN apk add --no-cache \
         tor=$TOR_PACKAGE_VERSION \
         gettext-envsubst=$GETTEXT_PACKAGE_VERSION \