Преглед изворни кода

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

https://gitlab.torproject.org/tpo/core/tor/-/raw/release-0.4.8/ReleaseNotes
https://git.alpinelinux.org/aports/commit/community/tor?h=3.20-stable&id=9fcc0b088ec6fab5b42a1f29647f80b7c8149a52
Fabian Peter Hammerle пре 3 дана
родитељ
комит
b6680d8103
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -6,7 +6,7 @@ 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.12-r0
+ARG TOR_PACKAGE_VERSION=0.4.8.13-r0
 RUN apk add --no-cache \
         tor=$TOR_PACKAGE_VERSION \
         gettext-envsubst=$GETTEXT_PACKAGE_VERSION \