Skip to content

Commit 42e20c5

Browse files
authored
Merge pull request #93 from infosiftr/alpine3.21
Add Alpine 3.21 (drop 3.19)
2 parents 4f01bdd + c763e6d commit 42e20c5

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

1.11/alpine3.19/Dockerfile 1.11/alpine3.21/Dockerfile

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

versions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292
"variants": [
9393
"bookworm",
9494
"bullseye",
95+
"alpine3.21",
9596
"alpine3.20",
96-
"alpine3.19",
9797
"windows/windowsservercore-ltsc2022",
9898
"windows/windowsservercore-1809"
9999
],

versions.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ for version in "${versions[@]}"; do
104104
"bookworm",
105105
"bullseye",
106106
if .arches | keys | any(startswith("alpine-")) then
107+
"3.21",
107108
"3.20",
108-
"3.19",
109109
empty
110110
| "alpine" + .
111111
else empty end,

0 commit comments

Comments
 (0)