Skip to content

Commit 672d3a9

Browse files
authored
Merge pull request #88 from infosiftr/alpine3.20
Update to Alpine 3.20
2 parents 92a88f4 + b78f67a commit 672d3a9

File tree

8 files changed

+13
-11
lines changed

8 files changed

+13
-11
lines changed

1.10/alpine3.18/Dockerfile 1.10/alpine3.20/Dockerfile

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

1.11-rc/alpine3.18/Dockerfile 1.11-rc/alpine3.20/Dockerfile

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

1.6/alpine3.18/Dockerfile 1.6/alpine3.20/Dockerfile

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

versions.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"variants": [
4646
"bookworm",
4747
"bullseye",
48+
"alpine3.20",
4849
"alpine3.19",
49-
"alpine3.18",
5050
"windows/windowsservercore-ltsc2022",
5151
"windows/windowsservercore-1809"
5252
],
@@ -99,8 +99,8 @@
9999
"variants": [
100100
"bookworm",
101101
"bullseye",
102+
"alpine3.20",
102103
"alpine3.19",
103-
"alpine3.18",
104104
"windows/windowsservercore-ltsc2022",
105105
"windows/windowsservercore-1809"
106106
],
@@ -148,8 +148,8 @@
148148
"variants": [
149149
"bookworm",
150150
"bullseye",
151+
"alpine3.20",
151152
"alpine3.19",
152-
"alpine3.18",
153153
"windows/windowsservercore-ltsc2022",
154154
"windows/windowsservercore-1809"
155155
],

versions.sh

+4-2
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,15 @@ for version in "${versions[@]}"; do
104104
"bookworm",
105105
"bullseye",
106106
if .arches | keys | any(startswith("alpine-")) then
107+
"3.20",
107108
"3.19",
108-
"3.18"
109+
empty
109110
| "alpine" + .
110111
else empty end,
111112
if .arches | has("windows-amd64") then
112113
"ltsc2022",
113-
"1809"
114+
"1809",
115+
empty
114116
| "windows/windowsservercore-" + .
115117
else empty end
116118
])

0 commit comments

Comments
 (0)