diff --git a/3.3/alpine3.22/Dockerfile b/3.3/alpine3.24/Dockerfile similarity index 99% rename from 3.3/alpine3.22/Dockerfile rename to 3.3/alpine3.24/Dockerfile index e3032cb5e..800a431d4 100644 --- a/3.3/alpine3.22/Dockerfile +++ b/3.3/alpine3.24/Dockerfile @@ -4,7 +4,7 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM alpine:3.22 +FROM alpine:3.24 # skip installing gem documentation with `gem install`/`gem update` RUN set -eux; \ diff --git a/3.4/alpine3.22/Dockerfile b/3.4/alpine3.24/Dockerfile similarity index 99% rename from 3.4/alpine3.22/Dockerfile rename to 3.4/alpine3.24/Dockerfile index 55c618cc6..229874cb5 100644 --- a/3.4/alpine3.22/Dockerfile +++ b/3.4/alpine3.24/Dockerfile @@ -4,7 +4,7 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM alpine:3.22 +FROM alpine:3.24 # skip installing gem documentation with `gem install`/`gem update` RUN set -eux; \ diff --git a/4.0/alpine3.22/Dockerfile b/4.0/alpine3.24/Dockerfile similarity index 99% rename from 4.0/alpine3.22/Dockerfile rename to 4.0/alpine3.24/Dockerfile index f2b0406ed..fc94ec928 100644 --- a/4.0/alpine3.22/Dockerfile +++ b/4.0/alpine3.24/Dockerfile @@ -4,7 +4,7 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM alpine:3.22 +FROM alpine:3.24 # skip installing gem documentation with `gem install`/`gem update` RUN set -eux; \ diff --git a/versions.json b/versions.json index c585af81d..1fdb22dd2 100644 --- a/versions.json +++ b/versions.json @@ -33,8 +33,8 @@ "slim-trixie", "bookworm", "slim-bookworm", - "alpine3.23", - "alpine3.22" + "alpine3.24", + "alpine3.23" ], "rust": { "version": "1.91.1" @@ -103,8 +103,8 @@ "slim-trixie", "bookworm", "slim-bookworm", - "alpine3.23", - "alpine3.22" + "alpine3.24", + "alpine3.23" ], "rust": { "version": "1.91.1" @@ -173,8 +173,8 @@ "slim-trixie", "bookworm", "slim-bookworm", - "alpine3.23", - "alpine3.22" + "alpine3.24", + "alpine3.23" ], "rust": { "version": "1.91.1" diff --git a/versions.sh b/versions.sh index 1266346b3..8cd12f4b8 100755 --- a/versions.sh +++ b/versions.sh @@ -88,8 +88,8 @@ for version in "${versions[@]}"; do empty # trailing comma hack | ., "slim-" + .), # https://github.com/docker-library/ruby/pull/142#issuecomment-320012893 ( + "3.24", "3.23", - "3.22", empty # trailing comma hack | "alpine" + .) ]