From 3e96a79a54493ebc47d046282bd7f4cc474bcecc Mon Sep 17 00:00:00 2001 From: Fabian Peter Hammerle Date: Sat, 27 Sep 2025 07:49:46 +0200 Subject: [PATCH] upgrade tor package from v0.4.8.17-r0 to v0.4.8.18-r2 https://web.archive.org/web/20250927054048/https://gitlab.torproject.org/tpo/core/tor/-/raw/release-0.4.8/ReleaseNotes https://git.alpinelinux.org/aports/commit/community/tor?h=3.22-stable&id=381c9d8a32a57b146a50230d3ed2c4dd622f69b7 https://git.alpinelinux.org/aports/commit/community/tor?h=3.22-stable&id=a67443520d6598cd0381fc1fe8e537dc8f4e551c https://git.alpinelinux.org/aports/commit/community/tor?h=3.22-stable&id=378df2c48f8968fd2d62786f76c3c6db30619186 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e0d8323..cd36ca3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM docker.io/alpine:3.22.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.22-stable -ARG TOR_PACKAGE_VERSION=0.4.8.17-r0 +ARG TOR_PACKAGE_VERSION=0.4.8.18-r2 # 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.22-stable