From f753dce80e47766f45759af065e9dc6b0fa75a42 Mon Sep 17 00:00:00 2001 From: Fabian Peter Hammerle Date: Sun, 29 May 2022 08:52:31 +0200 Subject: [PATCH] upgrade nftables package from v1.0.1-r0 to v1.0.2-r1 https://web.archive.org/web/20220529065458/https://marc.info/?l=netfilter&m=164546566103765&w=2 https://git.alpinelinux.org/aports/commit/main/nftables?h=3.16-stable&id=d15572ba655e7c48622fa87aca1c1a29f12b883b https://git.alpinelinux.org/aports/commit/main/nftables?h=3.16-stable&id=1efc02b52bbeb7d3ad4125dd4bf95b39df67cfd3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9b1d3f3..76859a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,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 NFTABLES_PACKAGE_VERSION=1.0.1-r0 +ARG NFTABLES_PACKAGE_VERSION=1.0.2-r1 RUN apk add --no-cache \ nftables=$NFTABLES_PACKAGE_VERSION \ tor=$TOR_PACKAGE_VERSION