Skip to content

Commit

Permalink
Add alpine 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Earlopain committed May 22, 2024
1 parent 2b7f2ce commit 99c091a
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 @@ -70,8 +70,8 @@
"slim-bookworm",
"bullseye",
"slim-bullseye",
"alpine3.19",
"alpine3.18"
"alpine3.20",
"alpine3.19"
]
},
"3.2": {
Expand Down Expand Up @@ -108,8 +108,8 @@
"slim-bookworm",
"bullseye",
"slim-bullseye",
"alpine3.19",
"alpine3.18"
"alpine3.20",
"alpine3.19"
],
"rust": {
"version": "1.74.1"
Expand Down Expand Up @@ -179,8 +179,8 @@
"slim-bookworm",
"bullseye",
"slim-bullseye",
"alpine3.19",
"alpine3.18"
"alpine3.20",
"alpine3.19"
],
"rust": {
"version": "1.74.1"
Expand Down Expand Up @@ -256,8 +256,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 @@ -99,8 +99,8 @@ for version in "${versions[@]}"; do
# https://bugs.ruby-lang.org/issues/18658
# https://github.com/docker-library/ruby/pull/392#issuecomment-1329896174
if "3.0" == env.version then "3.16" else
"3.20",
"3.19",
"3.18",
empty # trailing comma hack
end
| "alpine" + .)
Expand Down

0 comments on commit 99c091a

Please sign in to comment.