Browse Source

upgrade tor package from 0.4.9.10-r0 to 0.4.9.11-r0

Co-authored-by: Clawbot (Kimi K2.5) <clawbot@openclaw.ai>
Fabian Peter Hammerle 1 day ago
parent
commit
55f22eec6d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -6,7 +6,7 @@ ARG GETTEXT_PACKAGE_VERSION=1.0-r0
 # 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.24-stable
-ARG TOR_PACKAGE_VERSION=0.4.9.10-r0
+ARG TOR_PACKAGE_VERSION=0.4.9.11-r0
 RUN apk add --no-cache \
         tor=$TOR_PACKAGE_VERSION \
         gettext-envsubst=$GETTEXT_PACKAGE_VERSION \