Skip to content

Commit

Permalink
Merge pull request #460 from timothysteward-wk/alpine3.18
Browse files Browse the repository at this point in the history
Add support for alpine 3.18, remove alpine 3.16
  • Loading branch information
yosifkit committed May 10, 2023
2 parents 5c6fa89 + 03d21ef commit 713124c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 1.19/alpine3.16/Dockerfile → 1.19/alpine3.18/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.20/alpine3.16/Dockerfile → 1.20/alpine3.18/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 @@ -155,8 +155,8 @@
"variants": [
"bullseye",
"buster",
"alpine3.18",
"alpine3.17",
"alpine3.16",
"windows/windowsservercore-ltsc2022",
"windows/windowsservercore-1809",
"windows/nanoserver-ltsc2022",
Expand Down Expand Up @@ -320,8 +320,8 @@
"variants": [
"bullseye",
"buster",
"alpine3.18",
"alpine3.17",
"alpine3.16",
"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 @@ -146,8 +146,8 @@ for version in "${versions[@]}"; do
"bullseye",
"buster",
(
"3.17",
"3.16"
"3.18",
"3.17"
| "alpine" + .),
if .arches | has("windows-amd64") then
(
Expand Down

0 comments on commit 713124c

Please sign in to comment.