From 1eb9583069a4b8cb691e31a912efc078ea266c6b Mon Sep 17 00:00:00 2001 From: Fabian Peter Hammerle Date: Sun, 19 Dec 2021 22:11:42 +0100 Subject: [PATCH] upgrade tor package to v0.4.6.8-r0 (see below) https://web.archive.org/web/20211219210312/https://gitweb.torproject.org/tor.git/plain/ChangeLog https://git.alpinelinux.org/aports/commit/community/tor?h=3.15-stable&id=178008f6bd3a8c810e17902277ffa30bb59933a1 https://github.com/fphammerle/docker-tor-obfs4-bridge/commit/f76e89e788260385778d0692741bfa23c9ec16ac --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c4bb41d..d3fcaa6 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.7-r1 +ARG TOR_PACKAGE_VERSION=0.4.6.8-r0 ARG NFTABLES_PACKAGE_VERSION=1.0.1-r0 RUN apk add --no-cache \ nftables=$NFTABLES_PACKAGE_VERSION \