Browse Source

upgrade tor package from v0.4.8.9-r0 to v0.4.8.10-r0 (TROVE-2023-006)

https://web.archive.org/web/20231210091953/https://gitlab.torproject.org/tpo/core/tor/-/raw/HEAD/ChangeLog
https://git.alpinelinux.org/aports/commit/community/tor?h=3.18-stable&id=a3e305d65f1b0e035696d16cd355d9b21d834990

https://github.com/fphammerle/docker-tor-proxy/commit/6f1979e4f4b137ce8651e10d4506c2c323c81200
Fabian Peter Hammerle 4 months ago
parent
commit
2aabe480d8
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.9-r0
+ARG TOR_PACKAGE_VERSION=0.4.8.10-r0
 RUN apk add --no-cache \
         tor=$TOR_PACKAGE_VERSION \
         gettext-envsubst=$GETTEXT_PACKAGE_VERSION \