Browse Source

upgrade tor package from v0.4.8.22-r0 to v0.4.9.5-r0

Fabian Peter Hammerle 5 days ago
parent
commit
af824b38b0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -4,9 +4,9 @@ FROM docker.io/alpine:3.23.3
 # https://git.alpinelinux.org/aports/log/main/gettext?h=3.23-stable
 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.8/ReleaseNotes
+# 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.8.22-r0
+ARG TOR_PACKAGE_VERSION=0.4.9.5-r0
 RUN apk add --no-cache \
         tor=$TOR_PACKAGE_VERSION \
         gettext-envsubst=$GETTEXT_PACKAGE_VERSION \