mirror of
https://github.com/fphammerle/docker-tor-proxy.git
synced 2025-10-27 02:43:35 +01:00
upgrade alpine base image from v3.17.3 to v3.18.0 including upgrade of tor package from v0.4.7.13-r1 to v0.4.7.13-r2 (rebuild for zstd) & nftables package from v1.0.5-r2 to v1.0.7-r2
https://web.archive.org/web/20230512065949/https://git.alpinelinux.org/aports/commit/community/tor?h=3.18-stable&id=baae09009c531905af2a640f10b079334f7d8d66 https://web.archive.org/web/*/https://www.netfilter.org/projects/nftables/files/changes-nftables-1.0.6.txt https://web.archive.org/web/*/https://www.netfilter.org/projects/nftables/files/changes-nftables-1.0.7.txt https://web.archive.org/web/20230512125138/https://git.alpinelinux.org/aports/commit/main/nftables?h=3.18-stable&id=d4c8c0e1ea373d3758a3b31d21648ab2208ccf6c https://web.archive.org/web/20230512125152/https://git.alpinelinux.org/aports/commit/main/nftables?h=3.18-stable&id=eec4537b93faa78be0fe298050a69267b3b245e5 https://web.archive.org/web/20230512125214/https://git.alpinelinux.org/aports/commit/main/nftables?h=3.18-stable&id=fe3c3df8e5866f6df7dd80a15c83b3840df7eac7 https://web.archive.org/web/20230512125239/https://git.alpinelinux.org/aports/commit/main/nftables?h=3.18-stable&id=84a227baf001b6e0208e3352b294e4d7a40e93de https://web.archive.org/web/20230512125256/https://git.alpinelinux.org/aports/commit/main/nftables?h=3.18-stable&id=33626f4a3f04fd4739d1ed14f036cd90dd867686 https://github.com/fphammerle/docker-onion-service/commit/1cfcdfb9bce644b500047f0b201768cdc48c63d5
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
https://www.netfilter.org/projects/nftables/downloads.html
|
||||
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user