Skip to content

Commit 12770dc

Browse files
authored
Merge pull request #248 from infosiftr/alpine3.22
Update to Alpine 3.22
2 parents 2bb080e + 3117d24 commit 12770dc

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

2.4/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

2.6/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

2.8/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

3.0/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

3.1/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

3.2/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

3.3/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

versions.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
11
{
22
"2.4": {
3-
"alpine": "3.21",
3+
"alpine": "3.22",
44
"debian": "bookworm-slim",
55
"sha256": "89e1e675bfecc88624c19850fd6b69f7b91f112d61f30a3b20a625298ef1f3f3",
66
"url": "https://www.haproxy.org/download/2.4/src/haproxy-2.4.29.tar.gz",
77
"version": "2.4.29"
88
},
99
"2.6": {
10-
"alpine": "3.21",
10+
"alpine": "3.22",
1111
"debian": "bookworm-slim",
1212
"sha256": "4c0797f450f997dc287d2c7aafa7a0e5b7a2d71593a2cd58e664e8f3aea614fa",
1313
"url": "https://www.haproxy.org/download/2.6/src/haproxy-2.6.22.tar.gz",
1414
"version": "2.6.22"
1515
},
1616
"2.8": {
17-
"alpine": "3.21",
17+
"alpine": "3.22",
1818
"debian": "bookworm-slim",
1919
"sha256": "98f0551b9c3041a87869f4cd4e1465adf6fbef2056e83aabea92106032585242",
2020
"url": "https://www.haproxy.org/download/2.8/src/haproxy-2.8.15.tar.gz",
2121
"version": "2.8.15"
2222
},
2323
"3.0": {
24-
"alpine": "3.21",
24+
"alpine": "3.22",
2525
"debian": "bookworm-slim",
2626
"sha256": "d1508670b6fd5839c669a0a916842f0d3d3d0b578bb351a2a74a1de3d929ce26",
2727
"url": "https://www.haproxy.org/download/3.0/src/haproxy-3.0.10.tar.gz",
2828
"version": "3.0.10"
2929
},
3030
"3.1": {
31-
"alpine": "3.21",
31+
"alpine": "3.22",
3232
"debian": "bookworm-slim",
3333
"sha256": "a3952644ef939b36260d91d81a335636aa9b44572b4cb8b6001272f88545c666",
3434
"url": "https://www.haproxy.org/download/3.1/src/haproxy-3.1.7.tar.gz",
3535
"version": "3.1.7"
3636
},
3737
"3.2": {
38-
"alpine": "3.21",
38+
"alpine": "3.22",
3939
"debian": "bookworm-slim",
4040
"sha256": "f762ae31bca1b51feb89e4395e36e17f867c25372a10853c70d292c3dd17b7b0",
4141
"url": "https://www.haproxy.org/download/3.2/src/haproxy-3.2.0.tar.gz",
4242
"version": "3.2.0"
4343
},
4444
"3.3": {
45-
"alpine": "3.21",
45+
"alpine": "3.22",
4646
"debian": "bookworm-slim",
4747
"sha256": "752d564662c2c909f4788f1173c1f7fdf4492ee8da79a5f81e22e0ecbf2b7f02",
4848
"url": "https://www.haproxy.org/download/3.3/src/devel/haproxy-3.3-dev0.tar.gz",

versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ versions=( "${versions[@]%/}" )
1515
defaultDebianSuite='bookworm-slim'
1616
declare -A debianSuite=(
1717
)
18-
defaultAlpineVersion='3.21'
18+
defaultAlpineVersion='3.22'
1919
declare -A alpineVersion=(
2020
)
2121

0 commit comments

Comments
 (0)