From 874bd0a05dbb263970c5515604fdd1303ac77e97 Mon Sep 17 00:00:00 2001 From: Fabian Peter Hammerle Date: Fri, 12 May 2023 14:46:17 +0200 Subject: [PATCH] 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 --- Dockerfile | 6 +++--- nftables-changelog.url | 1 + nftables-package-log.url | 2 +- tor-package-log.url | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 nftables-changelog.url diff --git a/Dockerfile b/Dockerfile index e7951b8..bb7c7ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/nftables-changelog.url b/nftables-changelog.url new file mode 100644 index 0000000..12927bc --- /dev/null +++ b/nftables-changelog.url @@ -0,0 +1 @@ +https://www.netfilter.org/projects/nftables/downloads.html diff --git a/nftables-package-log.url b/nftables-package-log.url index cd89e91..05d703c 100644 --- a/nftables-package-log.url +++ b/nftables-package-log.url @@ -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 diff --git a/tor-package-log.url b/tor-package-log.url index 6ae5e0f..c81975a 100644 --- a/tor-package-log.url +++ b/tor-package-log.url @@ -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