From 98a4198420a4eac904e80b0ea3dd584e21af3440 Mon Sep 17 00:00:00 2001 From: Fabian Peter Hammerle Date: Fri, 14 Jun 2024 17:25:35 +0200 Subject: [PATCH] upgrade tor package from v0.4.8.11-r0 to v0.4.8.12-r0 https://web.archive.org/web/20240614151854/https://gitlab.torproject.org/tpo/core/tor/-/raw/release-0.4.8/ReleaseNotes https://web.archive.org/web/20240614152110/https://git.alpinelinux.org/aports/commit/community/tor?h=3.20-stable&id=5c45422c5535ef5ff4314fe6e948fcc777e4ca04 https://github.com/fphammerle/docker-onion-service/commit/7213de1362f9648339643645b9a522edef64b5f2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aa8019d..930d2e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM docker.io/alpine:3.20.0 # 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.20-stable -ARG TOR_PACKAGE_VERSION=0.4.8.11-r0 +ARG TOR_PACKAGE_VERSION=0.4.8.12-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.20-stable