Skip to content

Commit

Permalink
Alpine 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
J0WI committed Dec 9, 2023
1 parent 8852e4c commit 8c02ddd
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.

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

File renamed without changes.
4 changes: 2 additions & 2 deletions 1.6/alpine3.17/Dockerfile → 1.6/alpine3.19/Dockerfile

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

File renamed without changes.
4 changes: 2 additions & 2 deletions 1.9/alpine3.17/Dockerfile → 1.9/alpine3.19/Dockerfile

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

File renamed without changes.
6 changes: 3 additions & 3 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"variants": [
"bookworm",
"bullseye",
"alpine3.19",
"alpine3.18",
"alpine3.17",
"windows/windowsservercore-ltsc2022",
"windows/windowsservercore-1809"
],
Expand Down Expand Up @@ -94,8 +94,8 @@
"variants": [
"bookworm",
"bullseye",
"alpine3.19",
"alpine3.18",
"alpine3.17",
"windows/windowsservercore-ltsc2022",
"windows/windowsservercore-1809"
],
Expand Down Expand Up @@ -147,8 +147,8 @@
"variants": [
"bookworm",
"bullseye",
"alpine3.19",
"alpine3.18",
"alpine3.17",
"windows/windowsservercore-ltsc2022",
"windows/windowsservercore-1809"
],
Expand Down
4 changes: 2 additions & 2 deletions versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ for version in "${versions[@]}"; do
"bookworm",
"bullseye",
if .arches | keys | any(startswith("alpine-")) then
"3.18",
"3.17"
"3.19",
"3.18"
| "alpine" + .
else empty end,
if .arches | has("windows-amd64") then
Expand Down

0 comments on commit 8c02ddd

Please sign in to comment.