From 10ef523f2cb125ae96371849c973b5e41c8ed60d Mon Sep 17 00:00:00 2001 From: Fabian Peter Hammerle Date: Sat, 8 Feb 2025 16:34:26 +0100 Subject: [PATCH] upgrade tor package from v0.4.8.13-r0 to v0.4.8.14-r0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 84a085c..678d390 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM docker.io/alpine:3.21.2 # 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.21-stable -ARG TOR_PACKAGE_VERSION=0.4.8.13-r0 +ARG TOR_PACKAGE_VERSION=0.4.8.14-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.21-stable