From e252e39445d4be7224cb1d597aa1446f6d7146bb Mon Sep 17 00:00:00 2001 From: Fabian Peter Hammerle Date: Fri, 12 Apr 2024 11:30:09 +0200 Subject: [PATCH] upgrade tor package from v0.4.8.10-r0 to v0.4.8.11-r0 https://web.archive.org/web/20240412093057/https://gitlab.torproject.org/tpo/core/tor/-/raw/release-0.4.8/ReleaseNotes https://web.archive.org/web/20240412093107/https://git.alpinelinux.org/aports/commit/community/tor?h=3.19-stable&id=c753430121779dd525a8f703acd8abb07994224f --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c9dd483..5d1991b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,8 @@ FROM docker.io/alpine:3.19.1 # 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.18-stable -ARG TOR_PACKAGE_VERSION=0.4.8.10-r0 +# https://git.alpinelinux.org/aports/log/community/tor?h=3.19-stable +ARG TOR_PACKAGE_VERSION=0.4.8.11-r0 # nftables + dependencies add 2.3MB to image # https://www.netfilter.org/projects/nftables/downloads.html # https://git.alpinelinux.org/aports/log/main/nftables?h=3.19-stable