From 84a0d60dd75e7268e14572a1d152bf8cc00590fa Mon Sep 17 00:00:00 2001 From: Fabian Peter Hammerle Date: Sat, 30 Sep 2023 08:06:54 +0200 Subject: [PATCH] upgrade tor package from v0.4.8.6-r0 to v0.4.8.7-r0 https://web.archive.org/web/20230930060601/https://gitlab.torproject.org/tpo/core/tor/-/raw/release-0.4.8/ReleaseNotes https://web.archive.org/web/20230930060612/https://git.alpinelinux.org/aports/commit/community/tor?h=3.18-stable&id=56ad4ee51494157234ed88ed0781c94269ea48f8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aecd6b2..7a99274 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM docker.io/alpine:3.18.3 # 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.6-r0 +ARG TOR_PACKAGE_VERSION=0.4.8.7-r0 # nftables + dependencies add 2.3MB to image ARG NFTABLES_PACKAGE_VERSION=1.0.7-r2 RUN apk add --no-cache \