Fabian Peter Hammerle
2023-05-12 14:46:17 +02:00
parent c0b4377c79
commit 874bd0a05d
4 changed files with 6 additions and 5 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
FROM docker.io/alpine:3.17.3
FROM docker.io/alpine:3.18.0
# nftables + dependencies add 2.3MB to image
ARG TOR_PACKAGE_VERSION=0.4.7.13-r1
ARG NFTABLES_PACKAGE_VERSION=1.0.5-r2
ARG TOR_PACKAGE_VERSION=0.4.7.13-r2
ARG NFTABLES_PACKAGE_VERSION=1.0.7-r2
RUN apk add --no-cache \
nftables=$NFTABLES_PACKAGE_VERSION \
tor=$TOR_PACKAGE_VERSION
+1
View File
@@ -0,0 +1 @@
https://www.netfilter.org/projects/nftables/downloads.html
+1 -1
View File
@@ -1 +1 @@
https://git.alpinelinux.org/aports/log/main/nftables?h=3.17-stable
https://git.alpinelinux.org/aports/log/main/nftables?h=3.18-stable
+1 -1
View File
@@ -1 +1 @@
https://git.alpinelinux.org/aports/log/community/tor?h=3.17-stable
https://git.alpinelinux.org/aports/log/community/tor?h=3.18-stable