Skip to content

Commit

Permalink
Merge pull request #744 from infosiftr/alpine3.21
Browse files Browse the repository at this point in the history
Update to Alpine 3.21
  • Loading branch information
LaurentGoderre authored Dec 13, 2024
2 parents 99ed8df + 0584c9d commit f792f92
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions 3.13/alpine/Dockerfile

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

4 changes: 2 additions & 2 deletions 4.0/alpine/Dockerfile

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

4 changes: 2 additions & 2 deletions 4.1-rc/alpine/Dockerfile

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

6 changes: 3 additions & 3 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"3.13": {
"alpine": {
"version": "3.20"
"version": "3.21"
},
"openssl": {
"sha256": "053a31fa80cf4aebe1068c987d2ef1e44ce418881427c4464751ae800c31d06c",
Expand All @@ -19,7 +19,7 @@
"3.13-rc": null,
"4.0": {
"alpine": {
"version": "3.20"
"version": "3.21"
},
"openssl": {
"sha256": "2e8a40b01979afe8be0bbfb3de5dc1c6709fedb46d6c89c10da114ab5fc3d281",
Expand All @@ -37,7 +37,7 @@
"4.0-rc": null,
"4.1-rc": {
"alpine": {
"version": "3.20"
"version": "3.21"
},
"openssl": {
"sha256": "2e8a40b01979afe8be0bbfb3de5dc1c6709fedb46d6c89c10da114ab5fc3d281",
Expand Down
6 changes: 3 additions & 3 deletions versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
set -Eeuo pipefail

declare -A alpineVersions=(
[3.13]='3.20'
[4.0]='3.20'
[4.1]='3.20'
[3.13]='3.21'
[4.0]='3.21'
[4.1]='3.21'
)

declare -A ubuntuVersions=(
Expand Down

0 comments on commit f792f92

Please sign in to comment.