mirror of
https://github.com/fphammerle/docker-tor-proxy.git
synced 2025-10-27 02:43:35 +01:00
merge pull request #31 from fphammerle/dependabot/docker/alpine-3.16.0
https://github.com/fphammerle/docker-tor-proxy/pull/31
This commit is contained in:
+3
-3
@@ -1,8 +1,8 @@
|
||||
FROM docker.io/alpine:3.15.4
|
||||
FROM docker.io/alpine:3.16.0
|
||||
|
||||
# nftables + dependencies add 2.3MB to image
|
||||
ARG TOR_PACKAGE_VERSION=0.4.6.9-r0
|
||||
ARG NFTABLES_PACKAGE_VERSION=1.0.1-r0
|
||||
ARG TOR_PACKAGE_VERSION=0.4.7.7-r1
|
||||
ARG NFTABLES_PACKAGE_VERSION=1.0.2-r1
|
||||
RUN apk add --no-cache \
|
||||
nftables=$NFTABLES_PACKAGE_VERSION \
|
||||
tor=$TOR_PACKAGE_VERSION
|
||||
|
||||
@@ -1 +1 @@
|
||||
https://git.alpinelinux.org/aports/log/main/nftables?h=3.15-stable
|
||||
https://git.alpinelinux.org/aports/log/main/nftables?h=3.16-stable
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
https://git.alpinelinux.org/aports/log/community/tor?h=3.15-stable
|
||||
https://git.alpinelinux.org/aports/log/community/tor?h=3.16-stable
|
||||
|
||||
Reference in New Issue
Block a user