Browse Source

upgrade tor package from v0.4.8.7-r0 to v0.4.8.9-r0

https://web.archive.org/web/20231112171524/https://gitlab.torproject.org/tpo/core/tor/-/raw/release-0.4.8/ReleaseNotes
https://web.archive.org/web/20231112171500/https://git.alpinelinux.org/aports/commit/community/tor?h=3.18-stable&id=1bd4c2055fffdacb5b82d1db27d97db0be058074
https://web.archive.org/web/20231112171550/https://git.alpinelinux.org/aports/commit/community/tor?h=3.18-stable&id=bb1cebd00ed1020e74fe4ddca975d3b8d18d8e57

https://web.archive.org/web/20231112172005/https://github.com/fphammerle/docker-tor-proxy/commit/9383f533ff70f0b7cc574ff20036d0c6abffc6be
Fabian Peter Hammerle 5 months ago
parent
commit
dd32b408d0
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.21.1-r7
 # 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.18-stable
-ARG TOR_PACKAGE_VERSION=0.4.8.7-r0
+ARG TOR_PACKAGE_VERSION=0.4.8.9-r0
 RUN apk add --no-cache \
         tor=$TOR_PACKAGE_VERSION \
         gettext-envsubst=$GETTEXT_PACKAGE_VERSION \