Add Alpine 3.21 (drop 3.19)

This commit is contained in:
Tianon Gravi 2024-12-12 16:46:18 -08:00
parent 4f01bdd0f4
commit c763e6dd20
4 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY. # PLEASE DO NOT EDIT IT DIRECTLY.
# #
FROM alpine:3.19 FROM alpine:3.21
ENV JULIA_PATH /usr/local/julia ENV JULIA_PATH /usr/local/julia
ENV PATH $JULIA_PATH/bin:$PATH ENV PATH $JULIA_PATH/bin:$PATH

View File

@ -92,8 +92,8 @@
"variants": [ "variants": [
"bookworm", "bookworm",
"bullseye", "bullseye",
"alpine3.21",
"alpine3.20", "alpine3.20",
"alpine3.19",
"windows/windowsservercore-ltsc2022", "windows/windowsservercore-ltsc2022",
"windows/windowsservercore-1809" "windows/windowsservercore-1809"
], ],

View File

@ -104,8 +104,8 @@ for version in "${versions[@]}"; do
"bookworm", "bookworm",
"bullseye", "bullseye",
if .arches | keys | any(startswith("alpine-")) then if .arches | keys | any(startswith("alpine-")) then
"3.21",
"3.20", "3.20",
"3.19",
empty empty
| "alpine" + . | "alpine" + .
else empty end, else empty end,