瀏覽代碼

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 天之前
父節點
當前提交
55f22eec6d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 \