Browse Source

upgrade tor package from v0.4.8.13-r0 to v0.4.8.14-r0

Fabian Peter Hammerle 1 month ago
parent
commit
abc551b38d
1 changed files with 3 additions and 3 deletions
  1. 3 3
      Dockerfile

+ 3 - 3
Dockerfile

@@ -1,12 +1,12 @@
 FROM docker.io/alpine:3.21.2
 
 # https://git.savannah.gnu.org/gitweb/?p=gettext.git;a=blob_plain;f=NEWS;hb=master
-# https://git.alpinelinux.org/aports/log/main/gettext?h=3.20-stable
+# https://git.alpinelinux.org/aports/log/main/gettext?h=3.21-stable
 ARG GETTEXT_PACKAGE_VERSION=0.22.5-r0
 # 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.20-stable
-ARG TOR_PACKAGE_VERSION=0.4.8.13-r0
+# https://git.alpinelinux.org/aports/log/community/tor?h=3.21-stable
+ARG TOR_PACKAGE_VERSION=0.4.8.14-r0
 RUN apk add --no-cache \
         tor=$TOR_PACKAGE_VERSION \
         gettext-envsubst=$GETTEXT_PACKAGE_VERSION \