Skip to content

Commit

Permalink
Update Alpine to 3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini committed Dec 5, 2024
1 parent 0b87a9b commit 1075ab7
Show file tree
Hide file tree
Showing 20 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion 12/alpine3.19/Dockerfile → 12/alpine3.21/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.19/Dockerfile → 13/alpine3.21/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.19/Dockerfile → 14/alpine3.21/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.19/Dockerfile → 15/alpine3.21/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.19/Dockerfile → 16/alpine3.21/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 17/alpine3.19/Dockerfile → 17/alpine3.21/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.
36 changes: 18 additions & 18 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"12": {
"alpine": "3.20",
"alpine": "3.21",
"bookworm": {
"arches": [
"amd64",
Expand All @@ -25,13 +25,13 @@
"variants": [
"bookworm",
"bullseye",
"alpine3.20",
"alpine3.19"
"alpine3.21",
"alpine3.20"
],
"version": "12.22"
},
"13": {
"alpine": "3.20",
"alpine": "3.21",
"bookworm": {
"arches": [
"amd64",
Expand All @@ -56,13 +56,13 @@
"variants": [
"bookworm",
"bullseye",
"alpine3.20",
"alpine3.19"
"alpine3.21",
"alpine3.20"
],
"version": "13.18"
},
"14": {
"alpine": "3.20",
"alpine": "3.21",
"bookworm": {
"arches": [
"amd64",
Expand All @@ -87,13 +87,13 @@
"variants": [
"bookworm",
"bullseye",
"alpine3.20",
"alpine3.19"
"alpine3.21",
"alpine3.20"
],
"version": "14.15"
},
"15": {
"alpine": "3.20",
"alpine": "3.21",
"bookworm": {
"arches": [
"amd64",
Expand All @@ -118,13 +118,13 @@
"variants": [
"bookworm",
"bullseye",
"alpine3.20",
"alpine3.19"
"alpine3.21",
"alpine3.20"
],
"version": "15.10"
},
"16": {
"alpine": "3.20",
"alpine": "3.21",
"bookworm": {
"arches": [
"amd64",
Expand All @@ -149,13 +149,13 @@
"variants": [
"bookworm",
"bullseye",
"alpine3.20",
"alpine3.19"
"alpine3.21",
"alpine3.20"
],
"version": "16.6"
},
"17": {
"alpine": "3.20",
"alpine": "3.21",
"bookworm": {
"arches": [
"amd64",
Expand All @@ -180,8 +180,8 @@
"variants": [
"bookworm",
"bullseye",
"alpine3.20",
"alpine3.19"
"alpine3.21",
"alpine3.20"
],
"version": "17.2"
}
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.21
3.20
3.19
)
defaultDebianSuite="${supportedDebianSuites[0]}"
declare -A debianSuites=(
Expand Down

0 comments on commit 1075ab7

Please sign in to comment.