mirror of
https://github.com/fphammerle/docker-tor-proxy.git
synced 2025-10-27 02:43:35 +01:00
upgrade nftables package from v1.0.2-r1 to v1.0.5-r2 (changelog below)
https://web.archive.org/web/20221125143725/https://marc.info/?l=netfilter&m=165399194307396 https://web.archive.org/web/20221125143601/https://marc.info/?l=netfilter&m=165461289522999&w=2 https://web.archive.org/web/20221125142800/https://marc.info/?l=netfilter&m=166007475409847&w=2 https://git.alpinelinux.org/aports/commit/main/nftables?h=3.17-stable&id=a658b8464855951417ca39c0359b2d0aa84f2ba9 https://git.alpinelinux.org/aports/commit/main/nftables?h=3.17-stable&id=530231b586639f3a41abf4586e581c9b8bbc8867 https://git.alpinelinux.org/aports/commit/main/nftables?h=3.17-stable&id=95812eaef9013fc880a4f0dc22772118955090a4 https://git.alpinelinux.org/aports/commit/main/nftables?h=3.17-stable&id=0cb1cfc473f2c2d8f77286d6db79ac57269b8349 https://git.alpinelinux.org/aports/commit/main/nftables?h=3.17-stable&id=331ad1e9a1fc384f024530b0c1c500a1e1bce6cb https://git.alpinelinux.org/aports/commit/main/nftables?h=3.17-stable&id=ed5320f339a159ec1cab86fe75a70198258ac119 https://git.alpinelinux.org/aports/commit/main/nftables?h=3.17-stable&id=cc23e27e96c08dd5cc6cfc4511300487a3b1cbe4 https://git.alpinelinux.org/aports/commit/main/nftables?h=3.17-stable&id=8d5de3212e2525b1e8b01522c6b9fd6d23250cc9 https://git.alpinelinux.org/aports/commit/main/nftables?h=3.17-stable&id=840a900faf5cf9941fd5dde19dffadc7b9c51570 https://git.alpinelinux.org/aports/commit/main/nftables?h=3.17-stable&id=d4c8c0e1ea373d3758a3b31d21648ab2208ccf6c ?
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ 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 @@
|
||||
https://git.alpinelinux.org/aports/log/main/nftables?h=3.16-stable
|
||||
https://git.alpinelinux.org/aports/log/main/nftables?h=3.17-stable
|
||||
|
||||
Reference in New Issue
Block a user