upgrade alpine from 3.16.3 to 3.17.0 including upgrade of nftables package from v1.0.2-r1 to v1.0.5-r2

https://github.com/fphammerle/docker-tor-proxy/pull/43
This commit is contained in:
Fabian Peter Hammerle
2022-11-25 15:39:59 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
FROM docker.io/alpine:3.16.3
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
+1 -1
View File
@@ -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