Skip to content

Commit

Permalink
Merge pull request #93 from infosiftr/alpine3.21
Browse files Browse the repository at this point in the history
Add Alpine 3.21 (drop 3.19)
  • Loading branch information
tianon authored Dec 13, 2024
2 parents 4f01bdd + c763e6d commit 42e20c5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 1.11/alpine3.19/Dockerfile → 1.11/alpine3.21/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@
"variants": [
"bookworm",
"bullseye",
"alpine3.21",
"alpine3.20",
"alpine3.19",
"windows/windowsservercore-ltsc2022",
"windows/windowsservercore-1809"
],
Expand Down
2 changes: 1 addition & 1 deletion versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ for version in "${versions[@]}"; do
"bookworm",
"bullseye",
if .arches | keys | any(startswith("alpine-")) then
"3.21",
"3.20",
"3.19",
empty
| "alpine" + .
else empty end,
Expand Down

0 comments on commit 42e20c5

Please sign in to comment.