Przeglądaj źródła

upgrade tor package to v0.4.9.6-r0 (including fix for TROVE-2026-003 & TROVE-2026-004)

Fabian Peter Hammerle 1 tydzień temu
rodzic
commit
bc10e8803f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -6,7 +6,7 @@ ARG GETTEXT_PACKAGE_VERSION=0.24.1-r1
 # https://gitweb.torproject.org/tor.git/plain/ChangeLog
 # https://gitlab.torproject.org/tpo/core/tor/-/raw/release-0.4.9/ReleaseNotes
 # https://git.alpinelinux.org/aports/log/community/tor?h=3.23-stable
-ARG TOR_PACKAGE_VERSION=0.4.9.5-r0
+ARG TOR_PACKAGE_VERSION=0.4.9.6-r0
 RUN apk add --no-cache \
         tor=$TOR_PACKAGE_VERSION \
         gettext-envsubst=$GETTEXT_PACKAGE_VERSION \