diff --git a/Dockerfile b/Dockerfile index 0dff364..b352fa8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM docker.io/alpine:3.17.0 # nftables + dependencies add 2.3MB to image ARG TOR_PACKAGE_VERSION=0.4.7.10-r0 -ARG NFTABLES_PACKAGE_VERSION=1.0.2-r1 +ARG NFTABLES_PACKAGE_VERSION=1.0.5-r2 RUN apk add --no-cache \ nftables=$NFTABLES_PACKAGE_VERSION \ tor=$TOR_PACKAGE_VERSION diff --git a/nftables-package-log.url b/nftables-package-log.url index f65635f..cd89e91 100644 --- a/nftables-package-log.url +++ b/nftables-package-log.url @@ -1 +1 @@ -https://git.alpinelinux.org/aports/log/main/nftables?h=3.16-stable +https://git.alpinelinux.org/aports/log/main/nftables?h=3.17-stable