From 6f1979e4f4b137ce8651e10d4506c2c323c81200 Mon Sep 17 00:00:00 2001 From: Fabian Peter Hammerle Date: Sun, 10 Dec 2023 10:19:07 +0100 Subject: [PATCH] upgrade tor package from v0.4.8.9-r0 to v0.4.8.10-r0 (TROVE-2023-006) https://web.archive.org/web/20231210091953/https://gitlab.torproject.org/tpo/core/tor/-/raw/HEAD/ChangeLog https://git.alpinelinux.org/aports/commit/community/tor?h=3.18-stable&id=a3e305d65f1b0e035696d16cd355d9b21d834990 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 05e3907..112e3d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM docker.io/alpine:3.18.5 # 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.9-r0 +ARG TOR_PACKAGE_VERSION=0.4.8.10-r0 # nftables + dependencies add 2.3MB to image ARG NFTABLES_PACKAGE_VERSION=1.0.7-r2 RUN apk add --no-cache \