Skip to content

Commit c4acccb

Browse files
committed
Update to Alpine 3.23
1 parent 3e89a0c commit c4acccb

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

5/alpine3.22/Dockerfile renamed to 5/alpine3.23/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

6/alpine3.22/Dockerfile renamed to 6/alpine3.23/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

versions.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
],
1818
"from": "node:22-bookworm-slim"
1919
},
20-
"alpine3.22": {
20+
"alpine3.23": {
2121
"arches": [
2222
"amd64",
2323
"arm64v8"
2424
],
25-
"from": "node:22-alpine3.22"
25+
"from": "node:22-alpine3.23"
2626
}
2727
}
2828
},
@@ -44,12 +44,12 @@
4444
],
4545
"from": "node:20-bookworm-slim"
4646
},
47-
"alpine3.22": {
47+
"alpine3.23": {
4848
"arches": [
4949
"amd64",
5050
"arm64v8"
5151
],
52-
"from": "node:20-alpine3.22"
52+
"from": "node:20-alpine3.23"
5353
}
5454
}
5555
}

versions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ for version in "${versions[@]}"; do
6565
# each of these should be a single distro version unless something *really* exceptional happens
6666
# if there is more than one, they should be in descending order
6767
linux: [ "bookworm" ],
68-
linuxmusl: [ "alpine3.22" ],
68+
linuxmusl: [ "alpine3.23" ],
6969
}[.key][]
7070
| .value = {
7171
arches: (
@@ -98,7 +98,7 @@ for version in "${versions[@]}"; do
9898
$doc
9999
| with_entries(
100100
# add image FROM for Dockerfile template and parent arch lookup in generate-stackbrew-library.sh
101-
# e.g. "node:22-alpine3.22" or "node:22-trixie-slim"
101+
# e.g. "node:22-alpine3.23" or "node:22-trixie-slim"
102102
.value.from = "node:\($nodeVersion)-\(.key)\(
103103
if .key | startswith("alpine") then "" else "-slim" end
104104
)"

0 commit comments

Comments
 (0)