Skip to content

Commit

Permalink
Merge pull request #497 from jnoordsij/add-alpine-3.19
Browse files Browse the repository at this point in the history
Add Alpine 3.19 variant
  • Loading branch information
tianon authored Dec 8, 2023
2 parents d106c86 + 84f47a9 commit 9f8bfe7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 1.20/alpine3.17/Dockerfile → 1.20/alpine3.19/Dockerfile

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

2 changes: 1 addition & 1 deletion 1.21/alpine3.17/Dockerfile → 1.21/alpine3.19/Dockerfile

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

4 changes: 2 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@
"variants": [
"bookworm",
"bullseye",
"alpine3.19",
"alpine3.18",
"alpine3.17",
"windows/windowsservercore-ltsc2022",
"windows/windowsservercore-1809",
"windows/nanoserver-ltsc2022",
Expand Down Expand Up @@ -554,8 +554,8 @@
"variants": [
"bookworm",
"bullseye",
"alpine3.19",
"alpine3.18",
"alpine3.17",
"windows/windowsservercore-ltsc2022",
"windows/windowsservercore-1809",
"windows/nanoserver-ltsc2022",
Expand Down
4 changes: 2 additions & 2 deletions versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ for version in "${versions[@]}"; do
"bookworm",
"bullseye",
(
"3.18",
"3.17"
"3.19",
"3.18"
| "alpine" + .),
if .arches | has("windows-amd64") and .["windows-amd64"].url then
(
Expand Down

0 comments on commit 9f8bfe7

Please sign in to comment.