Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1075ab7

Browse filesBrowse files
Update Alpine to 3.21
1 parent 0b87a9b commit 1075ab7
Copy full SHA for 1075ab7

20 files changed

+25
-25
lines changed

‎12/alpine3.19/Dockerfile renamed to ‎12/alpine3.21/Dockerfile

Copy file name to clipboardExpand all lines: 12/alpine3.21/Dockerfile
+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎13/alpine3.19/Dockerfile renamed to ‎13/alpine3.21/Dockerfile

Copy file name to clipboardExpand all lines: 13/alpine3.21/Dockerfile
+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎14/alpine3.19/Dockerfile renamed to ‎14/alpine3.21/Dockerfile

Copy file name to clipboardExpand all lines: 14/alpine3.21/Dockerfile
+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎15/alpine3.19/Dockerfile renamed to ‎15/alpine3.21/Dockerfile

Copy file name to clipboardExpand all lines: 15/alpine3.21/Dockerfile
+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎16/alpine3.19/Dockerfile renamed to ‎16/alpine3.21/Dockerfile

Copy file name to clipboardExpand all lines: 16/alpine3.21/Dockerfile
+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎17/alpine3.19/Dockerfile renamed to ‎17/alpine3.21/Dockerfile

Copy file name to clipboardExpand all lines: 17/alpine3.21/Dockerfile
+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎versions.json

Copy file name to clipboardExpand all lines: versions.json
+18-18
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"12": {
3-
"alpine": "3.20",
3+
"alpine": "3.21",
44
"bookworm": {
55
"arches": [
66
"amd64",
@@ -25,13 +25,13 @@
2525
"variants": [
2626
"bookworm",
2727
"bullseye",
28-
"alpine3.20",
29-
"alpine3.19"
28+
"alpine3.21",
29+
"alpine3.20"
3030
],
3131
"version": "12.22"
3232
},
3333
"13": {
34-
"alpine": "3.20",
34+
"alpine": "3.21",
3535
"bookworm": {
3636
"arches": [
3737
"amd64",
@@ -56,13 +56,13 @@
5656
"variants": [
5757
"bookworm",
5858
"bullseye",
59-
"alpine3.20",
60-
"alpine3.19"
59+
"alpine3.21",
60+
"alpine3.20"
6161
],
6262
"version": "13.18"
6363
},
6464
"14": {
65-
"alpine": "3.20",
65+
"alpine": "3.21",
6666
"bookworm": {
6767
"arches": [
6868
"amd64",
@@ -87,13 +87,13 @@
8787
"variants": [
8888
"bookworm",
8989
"bullseye",
90-
"alpine3.20",
91-
"alpine3.19"
90+
"alpine3.21",
91+
"alpine3.20"
9292
],
9393
"version": "14.15"
9494
},
9595
"15": {
96-
"alpine": "3.20",
96+
"alpine": "3.21",
9797
"bookworm": {
9898
"arches": [
9999
"amd64",
@@ -118,13 +118,13 @@
118118
"variants": [
119119
"bookworm",
120120
"bullseye",
121-
"alpine3.20",
122-
"alpine3.19"
121+
"alpine3.21",
122+
"alpine3.20"
123123
],
124124
"version": "15.10"
125125
},
126126
"16": {
127-
"alpine": "3.20",
127+
"alpine": "3.21",
128128
"bookworm": {
129129
"arches": [
130130
"amd64",
@@ -149,13 +149,13 @@
149149
"variants": [
150150
"bookworm",
151151
"bullseye",
152-
"alpine3.20",
153-
"alpine3.19"
152+
"alpine3.21",
153+
"alpine3.20"
154154
],
155155
"version": "16.6"
156156
},
157157
"17": {
158-
"alpine": "3.20",
158+
"alpine": "3.21",
159159
"bookworm": {
160160
"arches": [
161161
"amd64",
@@ -180,8 +180,8 @@
180180
"variants": [
181181
"bookworm",
182182
"bullseye",
183-
"alpine3.20",
184-
"alpine3.19"
183+
"alpine3.21",
184+
"alpine3.20"
185185
],
186186
"version": "17.2"
187187
}

‎versions.sh

Copy file name to clipboardExpand all lines: versions.sh
+1-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ supportedDebianSuites=(
77
bullseye
88
)
99
supportedAlpineVersions=(
10+
3.21
1011
3.20
11-
3.19
1212
)
1313
defaultDebianSuite="${supportedDebianSuites[0]}"
1414
declare -A debianSuites=(

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.