Skip to content

Commit 267907f

Browse files
authored
Merge pull request #559 from infosiftr/alpine3.22
Add Alpine 3.22 (remove Alpine 3.20)
2 parents 29fdd9c + 7162cd9 commit 267907f

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

1.23/alpine3.20/Dockerfile renamed to 1.23/alpine3.22/Dockerfile

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

1.24/alpine3.20/Dockerfile renamed to 1.24/alpine3.22/Dockerfile

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tip/alpine3.20/Dockerfile renamed to tip/alpine3.22/Dockerfile

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

versions.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,8 @@
394394
"variants": [
395395
"bookworm",
396396
"bullseye",
397+
"alpine3.22",
397398
"alpine3.21",
398-
"alpine3.20",
399399
"windows/windowsservercore-ltsc2025",
400400
"windows/windowsservercore-ltsc2022",
401401
"windows/nanoserver-ltsc2025",
@@ -806,8 +806,8 @@
806806
"variants": [
807807
"bookworm",
808808
"bullseye",
809+
"alpine3.22",
809810
"alpine3.21",
810-
"alpine3.20",
811811
"windows/windowsservercore-ltsc2025",
812812
"windows/windowsservercore-ltsc2022",
813813
"windows/nanoserver-ltsc2025",
@@ -912,8 +912,8 @@
912912
"variants": [
913913
"bookworm",
914914
"bullseye",
915-
"alpine3.21",
916-
"alpine3.20"
915+
"alpine3.22",
916+
"alpine3.21"
917917
]
918918
}
919919
}

versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ for version in "${versions[@]}"; do
238238
"bookworm",
239239
"bullseye",
240240
(
241+
"3.22",
241242
"3.21",
242-
"3.20",
243243
empty
244244
| "alpine" + .),
245245
if .arches | has("windows-amd64") and .["windows-amd64"].url then # TODO consider windows + tip

0 commit comments

Comments
 (0)