build(deps): bump alpine from 3.17.0 to 3.17.1

https://github.com/fphammerle/docker-tor-proxy/pull/44
This commit is contained in:
Fabian Peter Hammerle
2023-01-13 16:44:14 +01:00
committed by GitHub
+2 -2
View File
@@ -1,7 +1,7 @@
FROM docker.io/alpine:3.17.0
FROM docker.io/alpine:3.17.1
# nftables + dependencies add 2.3MB to image
ARG TOR_PACKAGE_VERSION=0.4.7.12-r0
ARG TOR_PACKAGE_VERSION=0.4.7.13-r0
ARG NFTABLES_PACKAGE_VERSION=1.0.5-r2
RUN apk add --no-cache \
nftables=$NFTABLES_PACKAGE_VERSION \