Skip to content

Commit

Permalink
Update to alpine 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Earlopain committed May 22, 2024
1 parent d08757c commit 930acaf
Show file tree
Hide file tree
Showing 17 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion 12/alpine3.18/Dockerfile → 12/alpine3.20/Dockerfile

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

File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion 13/alpine3.18/Dockerfile → 13/alpine3.20/Dockerfile

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

File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion 14/alpine3.18/Dockerfile → 14/alpine3.20/Dockerfile

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

File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion 15/alpine3.18/Dockerfile → 15/alpine3.20/Dockerfile

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

File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion 16/alpine3.18/Dockerfile → 16/alpine3.20/Dockerfile

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

File renamed without changes.
File renamed without changes.
30 changes: 15 additions & 15 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"12": {
"alpine": "3.19",
"alpine": "3.20",
"bookworm": {
"arches": [
"amd64",
Expand All @@ -25,13 +25,13 @@
"variants": [
"bookworm",
"bullseye",
"alpine3.19",
"alpine3.18"
"alpine3.20",
"alpine3.19"
],
"version": "12.19"
},
"13": {
"alpine": "3.19",
"alpine": "3.20",
"bookworm": {
"arches": [
"amd64",
Expand All @@ -56,13 +56,13 @@
"variants": [
"bookworm",
"bullseye",
"alpine3.19",
"alpine3.18"
"alpine3.20",
"alpine3.19"
],
"version": "13.15"
},
"14": {
"alpine": "3.19",
"alpine": "3.20",
"bookworm": {
"arches": [
"amd64",
Expand All @@ -87,13 +87,13 @@
"variants": [
"bookworm",
"bullseye",
"alpine3.19",
"alpine3.18"
"alpine3.20",
"alpine3.19"
],
"version": "14.12"
},
"15": {
"alpine": "3.19",
"alpine": "3.20",
"bookworm": {
"arches": [
"amd64",
Expand All @@ -118,13 +118,13 @@
"variants": [
"bookworm",
"bullseye",
"alpine3.19",
"alpine3.18"
"alpine3.20",
"alpine3.19"
],
"version": "15.7"
},
"16": {
"alpine": "3.19",
"alpine": "3.20",
"bookworm": {
"arches": [
"amd64",
Expand All @@ -149,8 +149,8 @@
"variants": [
"bookworm",
"bullseye",
"alpine3.19",
"alpine3.18"
"alpine3.20",
"alpine3.19"
],
"version": "16.3"
}
Expand Down
2 changes: 1 addition & 1 deletion versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ supportedDebianSuites=(
bullseye
)
supportedAlpineVersions=(
3.20
3.19
3.18
)
defaultDebianSuite="${supportedDebianSuites[0]}"
declare -A debianSuites=(
Expand Down

0 comments on commit 930acaf

Please sign in to comment.