From e5321bf1ad0369ca9de4ff657e275234f9dc5f17 Mon Sep 17 00:00:00 2001 From: Fabian Peter Hammerle Date: Fri, 19 Jan 2024 21:39:21 +0100 Subject: [PATCH] upgrade nftables package from v1.0.9-r0 to 1.0.9-r1 https://git.alpinelinux.org/aports/commit/main/nftables?h=3.19-stable&id=ecb54b13e0afdc46dcff214c91d3089c82b879f3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2d00d89..b0f6633 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ARG TOR_PACKAGE_VERSION=0.4.8.10-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.19-stable -ARG NFTABLES_PACKAGE_VERSION=1.0.9-r0 +ARG NFTABLES_PACKAGE_VERSION=1.0.9-r1 RUN apk add --no-cache \ nftables=$NFTABLES_PACKAGE_VERSION \ tor=$TOR_PACKAGE_VERSION