diff --git a/5/alpine3.22/Dockerfile b/5/alpine3.23/Dockerfile similarity index 99% rename from 5/alpine3.22/Dockerfile rename to 5/alpine3.23/Dockerfile index 80c9585c..55920fb0 100644 --- a/5/alpine3.22/Dockerfile +++ b/5/alpine3.23/Dockerfile @@ -4,7 +4,7 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM node:20-alpine3.22 +FROM node:20-alpine3.23 RUN apk add --no-cache \ # add "bash" for "[[" diff --git a/5/alpine3.22/docker-entrypoint.sh b/5/alpine3.23/docker-entrypoint.sh similarity index 100% rename from 5/alpine3.22/docker-entrypoint.sh rename to 5/alpine3.23/docker-entrypoint.sh diff --git a/6/alpine3.22/Dockerfile b/6/alpine3.23/Dockerfile similarity index 99% rename from 6/alpine3.22/Dockerfile rename to 6/alpine3.23/Dockerfile index 2eef6b18..b2ecbfdf 100644 --- a/6/alpine3.22/Dockerfile +++ b/6/alpine3.23/Dockerfile @@ -4,7 +4,7 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM node:22-alpine3.22 +FROM node:22-alpine3.23 RUN apk add --no-cache \ # add "bash" for "[[" diff --git a/6/alpine3.22/docker-entrypoint.sh b/6/alpine3.23/docker-entrypoint.sh similarity index 100% rename from 6/alpine3.22/docker-entrypoint.sh rename to 6/alpine3.23/docker-entrypoint.sh diff --git a/versions.json b/versions.json index 9732e7ce..3f291408 100644 --- a/versions.json +++ b/versions.json @@ -17,12 +17,12 @@ ], "from": "node:22-bookworm-slim" }, - "alpine3.22": { + "alpine3.23": { "arches": [ "amd64", "arm64v8" ], - "from": "node:22-alpine3.22" + "from": "node:22-alpine3.23" } } }, @@ -44,12 +44,12 @@ ], "from": "node:20-bookworm-slim" }, - "alpine3.22": { + "alpine3.23": { "arches": [ "amd64", "arm64v8" ], - "from": "node:20-alpine3.22" + "from": "node:20-alpine3.23" } } } diff --git a/versions.sh b/versions.sh index 799fab55..a41ac9f5 100755 --- a/versions.sh +++ b/versions.sh @@ -65,7 +65,7 @@ for version in "${versions[@]}"; do # each of these should be a single distro version unless something *really* exceptional happens # if there is more than one, they should be in descending order linux: [ "bookworm" ], - linuxmusl: [ "alpine3.22" ], + linuxmusl: [ "alpine3.23" ], }[.key][] | .value = { arches: ( @@ -98,7 +98,7 @@ for version in "${versions[@]}"; do $doc | with_entries( # add image FROM for Dockerfile template and parent arch lookup in generate-stackbrew-library.sh - # e.g. "node:22-alpine3.22" or "node:22-trixie-slim" + # e.g. "node:22-alpine3.23" or "node:22-trixie-slim" .value.from = "node:\($nodeVersion)-\(.key)\( if .key | startswith("alpine") then "" else "-slim" end )"