From 992c9a880168d47fc3a2ec0de8af682af5f0e028 Mon Sep 17 00:00:00 2001 From: J0WI Date: Wed, 10 Jun 2026 22:30:58 +0200 Subject: [PATCH] Update Alpine to 3.24 --- 2.4/alpine/Dockerfile | 2 +- 2.6/alpine/Dockerfile | 2 +- 2.8/alpine/Dockerfile | 2 +- 3.0/alpine/Dockerfile | 2 +- 3.2/alpine/Dockerfile | 2 +- 3.3/alpine/Dockerfile | 2 +- 3.4/alpine/Dockerfile | 2 +- versions.json | 14 +++++++------- versions.sh | 2 +- 9 files changed, 15 insertions(+), 15 deletions(-) diff --git a/2.4/alpine/Dockerfile b/2.4/alpine/Dockerfile index be306f0..f45b2f6 100644 --- a/2.4/alpine/Dockerfile +++ b/2.4/alpine/Dockerfile @@ -4,7 +4,7 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM alpine:3.23 +FROM alpine:3.24 # runtime dependencies RUN set -eux; \ diff --git a/2.6/alpine/Dockerfile b/2.6/alpine/Dockerfile index d38aa47..09bc3d2 100644 --- a/2.6/alpine/Dockerfile +++ b/2.6/alpine/Dockerfile @@ -4,7 +4,7 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM alpine:3.23 +FROM alpine:3.24 # runtime dependencies RUN set -eux; \ diff --git a/2.8/alpine/Dockerfile b/2.8/alpine/Dockerfile index b88d561..03cc781 100644 --- a/2.8/alpine/Dockerfile +++ b/2.8/alpine/Dockerfile @@ -4,7 +4,7 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM alpine:3.23 +FROM alpine:3.24 # runtime dependencies RUN set -eux; \ diff --git a/3.0/alpine/Dockerfile b/3.0/alpine/Dockerfile index adc26f1..f6c367c 100644 --- a/3.0/alpine/Dockerfile +++ b/3.0/alpine/Dockerfile @@ -4,7 +4,7 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM alpine:3.23 +FROM alpine:3.24 # runtime dependencies RUN set -eux; \ diff --git a/3.2/alpine/Dockerfile b/3.2/alpine/Dockerfile index 3ae8ef4..1789ade 100644 --- a/3.2/alpine/Dockerfile +++ b/3.2/alpine/Dockerfile @@ -4,7 +4,7 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM alpine:3.23 +FROM alpine:3.24 # runtime dependencies RUN set -eux; \ diff --git a/3.3/alpine/Dockerfile b/3.3/alpine/Dockerfile index 4bdf8a4..71c9483 100644 --- a/3.3/alpine/Dockerfile +++ b/3.3/alpine/Dockerfile @@ -4,7 +4,7 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM alpine:3.23 +FROM alpine:3.24 # runtime dependencies RUN set -eux; \ diff --git a/3.4/alpine/Dockerfile b/3.4/alpine/Dockerfile index cc52c93..af406c9 100644 --- a/3.4/alpine/Dockerfile +++ b/3.4/alpine/Dockerfile @@ -4,7 +4,7 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM alpine:3.23 +FROM alpine:3.24 # runtime dependencies RUN set -eux; \ diff --git a/versions.json b/versions.json index ec6db5a..ab2270b 100644 --- a/versions.json +++ b/versions.json @@ -1,48 +1,48 @@ { "2.4": { - "alpine": "3.23", + "alpine": "3.24", "debian": "trixie-slim", "sha256": "931ad4de3f036ac8f18a5f1370460aed69dc5b0b0d3fa228dddb7211970fb44a", "url": "https://www.haproxy.org/download/2.4/src/haproxy-2.4.35.tar.gz", "version": "2.4.35" }, "2.6": { - "alpine": "3.23", + "alpine": "3.24", "debian": "trixie-slim", "sha256": "00fa66b30bf90e8bf3201a61d3ce84d57b2c11a44d16c69b9b5b1b7baf945f4e", "url": "https://www.haproxy.org/download/2.6/src/haproxy-2.6.29.tar.gz", "version": "2.6.29" }, "2.8": { - "alpine": "3.23", + "alpine": "3.24", "debian": "trixie-slim", "sha256": "f27fcd5e04cfc390ec9e92c24cfa8c908f78b31627a5587c5fd03b457c1a3c36", "url": "https://www.haproxy.org/download/2.8/src/haproxy-2.8.24.tar.gz", "version": "2.8.24" }, "3.0": { - "alpine": "3.23", + "alpine": "3.24", "debian": "trixie-slim", "sha256": "05084ba42534069f8b8c92114ba480a2fd636b0d612c3f63dcc1710b302d17c3", "url": "https://www.haproxy.org/download/3.0/src/haproxy-3.0.23.tar.gz", "version": "3.0.23" }, "3.2": { - "alpine": "3.23", + "alpine": "3.24", "debian": "trixie-slim", "sha256": "b08ebbd57f575012e4a5eb5b772721531fbacf6913ffd334f0281736a1ad78b6", "url": "https://www.haproxy.org/download/3.2/src/haproxy-3.2.19.tar.gz", "version": "3.2.19" }, "3.3": { - "alpine": "3.23", + "alpine": "3.24", "debian": "trixie-slim", "sha256": "6aa919a13f3a575416ef0ae45da0ecb35f1a8d004641dd684fe9b53e646891f2", "url": "https://www.haproxy.org/download/3.3/src/haproxy-3.3.10.tar.gz", "version": "3.3.10" }, "3.4": { - "alpine": "3.23", + "alpine": "3.24", "debian": "trixie-slim", "sha256": "9298f565c2a9ba8a4e7f89c54be2c5d3fd960b5b304eb5515e15d29d2c15d4f7", "url": "https://www.haproxy.org/download/3.4/src/haproxy-3.4.0.tar.gz", diff --git a/versions.sh b/versions.sh index b5fee2d..f965076 100755 --- a/versions.sh +++ b/versions.sh @@ -15,7 +15,7 @@ versions=( "${versions[@]%/}" ) defaultDebianSuite='trixie-slim' declare -A debianSuite=( ) -defaultAlpineVersion='3.23' +defaultAlpineVersion='3.24' declare -A alpineVersion=( )