mirror of
https://github.com/fphammerle/docker-tor-proxy.git
synced 2025-10-27 02:43:35 +01:00
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:
+2
-2
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user