From 4b287edbd46bbd92a58cd45571f0ada28b8af7a1 Mon Sep 17 00:00:00 2001 From: Fabian Peter Hammerle Date: Tue, 28 Dec 2021 09:47:26 +0100 Subject: [PATCH] upgrade tor package to v0.4.6.9-r0 (see below) https://web.archive.org/web/20211228082801/https://gitweb.torproject.org/tor.git/plain/ChangeLog https://git.alpinelinux.org/aports/commit/community/tor?h=3.15-stable&id=cacb3a44facfe85ca04ca1868ecf0f0fbaeae190 https://github.com/fphammerle/docker-tor-obfs4-bridge/commit/127af8a9b1235120bba8dc40b609dc3bf20b4566 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d3fcaa6..95903ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM docker.io/alpine:3.15.0 # nftables + dependencies add 2.3MB to image -ARG TOR_PACKAGE_VERSION=0.4.6.8-r0 +ARG TOR_PACKAGE_VERSION=0.4.6.9-r0 ARG NFTABLES_PACKAGE_VERSION=1.0.1-r0 RUN apk add --no-cache \ nftables=$NFTABLES_PACKAGE_VERSION \