From 407538008400affb0ab9f0dca7128efac6156a8d Mon Sep 17 00:00:00 2001 From: Fabian Peter Hammerle Date: Sun, 26 Jun 2022 10:37:29 +0200 Subject: [PATCH] upgrade tor package from v0.4.7.7-r1 to v0.4.7.8-r0 (CVE-2022-33903) https://web.archive.org/web/20220625194541/https://gitweb.torproject.org/tor.git/plain/ChangeLog https://git.alpinelinux.org/aports/commit/community/tor?h=3.16-stable&id=f4b13931b786be10fb3924928c92d7a691a88ee5 https://github.com/fphammerle/docker-onion-service/commit/72d12d6fd37c07bf9e930f8d545ce7b27496a40d --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 76859a4..5227089 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM docker.io/alpine:3.16.0 # nftables + dependencies add 2.3MB to image -ARG TOR_PACKAGE_VERSION=0.4.7.7-r1 +ARG TOR_PACKAGE_VERSION=0.4.7.8-r0 ARG NFTABLES_PACKAGE_VERSION=1.0.2-r1 RUN apk add --no-cache \ nftables=$NFTABLES_PACKAGE_VERSION \