Skip to content

Commit

Permalink
Add alpine 3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Earlopain committed Dec 5, 2024
1 parent cf905a6 commit dc80994
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion 3.1/alpine3.19/Dockerfile → 3.1/alpine3.21/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 3.2/alpine3.19/Dockerfile → 3.2/alpine3.21/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 3.3/alpine3.19/Dockerfile → 3.3/alpine3.21/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"slim-bookworm",
"bullseye",
"slim-bullseye",
"alpine3.20",
"alpine3.19"
"alpine3.21",
"alpine3.20"
]
},
"3.2": {
Expand Down Expand Up @@ -71,8 +71,8 @@
"slim-bookworm",
"bullseye",
"slim-bullseye",
"alpine3.20",
"alpine3.19"
"alpine3.21",
"alpine3.20"
],
"rust": {
"version": "1.74.1"
Expand Down Expand Up @@ -141,8 +141,8 @@
"slim-bookworm",
"bullseye",
"slim-bullseye",
"alpine3.20",
"alpine3.19"
"alpine3.21",
"alpine3.20"
],
"rust": {
"version": "1.74.1"
Expand Down Expand Up @@ -218,8 +218,8 @@
"slim-bookworm",
"bullseye",
"slim-bullseye",
"alpine3.20",
"alpine3.19"
"alpine3.21",
"alpine3.20"
],
"rust": {
"version": "1.74.1"
Expand Down
2 changes: 1 addition & 1 deletion versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ for version in "${versions[@]}"; do
empty # trailing comma hack
| ., "slim-" + .), # https://github.com/docker-library/ruby/pull/142#issuecomment-320012893
(
"3.21",
"3.20",
"3.19",
empty # trailing comma hack
| "alpine" + .)
]
Expand Down

0 comments on commit dc80994

Please sign in to comment.