Skip to content

Commit c792563

Browse files
committed
https://alpinelinux.org/posts/Alpine-3.21.0-released.html
As customary, drop alpine 3.19
1 parent 275c71d commit c792563

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

3.1/alpine3.19/Dockerfile renamed to 3.1/alpine3.21/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.

3.2/alpine3.19/Dockerfile renamed to 3.2/alpine3.21/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.

3.3/alpine3.19/Dockerfile renamed to 3.3/alpine3.21/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.

3.4-rc/alpine3.19/Dockerfile renamed to 3.4-rc/alpine3.21/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.

versions.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"slim-bookworm",
3434
"bullseye",
3535
"slim-bullseye",
36-
"alpine3.20",
37-
"alpine3.19"
36+
"alpine3.21",
37+
"alpine3.20"
3838
]
3939
},
4040
"3.2": {
@@ -71,8 +71,8 @@
7171
"slim-bookworm",
7272
"bullseye",
7373
"slim-bullseye",
74-
"alpine3.20",
75-
"alpine3.19"
74+
"alpine3.21",
75+
"alpine3.20"
7676
],
7777
"rust": {
7878
"version": "1.74.1"
@@ -141,8 +141,8 @@
141141
"slim-bookworm",
142142
"bullseye",
143143
"slim-bullseye",
144-
"alpine3.20",
145-
"alpine3.19"
144+
"alpine3.21",
145+
"alpine3.20"
146146
],
147147
"rust": {
148148
"version": "1.74.1"
@@ -218,8 +218,8 @@
218218
"slim-bookworm",
219219
"bullseye",
220220
"slim-bullseye",
221-
"alpine3.20",
222-
"alpine3.19"
221+
"alpine3.21",
222+
"alpine3.20"
223223
],
224224
"rust": {
225225
"version": "1.74.1"

versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ for version in "${versions[@]}"; do
8888
empty # trailing comma hack
8989
| ., "slim-" + .), # https://github.com/docker-library/ruby/pull/142#issuecomment-320012893
9090
(
91+
"3.21",
9192
"3.20",
92-
"3.19",
9393
empty # trailing comma hack
9494
| "alpine" + .)
9595
]

0 commit comments

Comments
 (0)