Skip to content

Commit

Permalink
Merge pull request #457 from Earlopain/alpine-3.20
Browse files Browse the repository at this point in the history
Add alpine 3.20
  • Loading branch information
tianon authored May 22, 2024
2 parents 6664377 + a4c6c26 commit 41c83e0
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.18/Dockerfile → 3.1/alpine3.20/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.18/Dockerfile → 3.2/alpine3.20/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.18/Dockerfile → 3.3/alpine3.20/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.19",
"alpine3.18"
"alpine3.20",
"alpine3.19"
]
},
"3.2": {
Expand Down Expand Up @@ -71,8 +71,8 @@
"slim-bookworm",
"bullseye",
"slim-bullseye",
"alpine3.19",
"alpine3.18"
"alpine3.20",
"alpine3.19"
],
"rust": {
"version": "1.74.1"
Expand Down Expand Up @@ -142,8 +142,8 @@
"slim-bookworm",
"bullseye",
"slim-bullseye",
"alpine3.19",
"alpine3.18"
"alpine3.20",
"alpine3.19"
],
"rust": {
"version": "1.74.1"
Expand Down Expand Up @@ -219,8 +219,8 @@
"slim-bookworm",
"bullseye",
"slim-bullseye",
"alpine3.19",
"alpine3.18"
"alpine3.20",
"alpine3.19"
],
"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.20",
"3.19",
"3.18",
empty # trailing comma hack
| "alpine" + .)
]
Expand Down

0 comments on commit 41c83e0

Please sign in to comment.