Skip to content

Commit cf7a37d

Browse files
committed
Add Alpine 3.20 and drop 3.18
1 parent eb57429 commit cf7a37d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

1.21/alpine3.18/Dockerfile renamed to 1.21/alpine3.20/Dockerfile

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

1.22/alpine3.18/Dockerfile renamed to 1.22/alpine3.20/Dockerfile

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,8 @@
383383
"variants": [
384384
"bookworm",
385385
"bullseye",
386+
"alpine3.20",
386387
"alpine3.19",
387-
"alpine3.18",
388388
"windows/windowsservercore-ltsc2022",
389389
"windows/windowsservercore-1809",
390390
"windows/nanoserver-ltsc2022",
@@ -775,8 +775,8 @@
775775
"variants": [
776776
"bookworm",
777777
"bullseye",
778+
"alpine3.20",
778779
"alpine3.19",
779-
"alpine3.18",
780780
"windows/windowsservercore-ltsc2022",
781781
"windows/windowsservercore-1809",
782782
"windows/nanoserver-ltsc2022",

versions.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ for version in "${versions[@]}"; do
155155
"bookworm",
156156
"bullseye",
157157
(
158+
"3.20",
158159
"3.19",
159-
"3.18",
160160
empty
161161
| "alpine" + .),
162162
if .arches | has("windows-amd64") and .["windows-amd64"].url then

0 commit comments

Comments
 (0)