Skip to content

Commit

Permalink
Update to Alpine 3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Nov 30, 2022
1 parent e31f1ab commit 95fe4ac
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion 2.2/alpine/Dockerfile

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

2 changes: 1 addition & 1 deletion 2.4/alpine/Dockerfile

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

2 changes: 1 addition & 1 deletion 2.5/alpine/Dockerfile

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

2 changes: 1 addition & 1 deletion 2.6/alpine/Dockerfile

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

2 changes: 1 addition & 1 deletion 2.7/alpine/Dockerfile

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

10 changes: 5 additions & 5 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,35 +14,35 @@
"version": "2.0.29"
},
"2.2": {
"alpine": "3.16",
"alpine": "3.17",
"debian": "bullseye-slim",
"sha256": "beb407eb08b2c697d115a18c00d6a023f7a0fb2cb99bff9c34c9dfd9d2c52f2b",
"url": "https://www.haproxy.org/download/2.2/src/haproxy-2.2.25.tar.gz",
"version": "2.2.25"
},
"2.4": {
"alpine": "3.16",
"alpine": "3.17",
"debian": "bullseye-slim",
"sha256": "99bd348a2b0ec58ce99510c4b6a2316e1f88137e59c4d8e0f39a2ecb3415a682",
"url": "https://www.haproxy.org/download/2.4/src/haproxy-2.4.19.tar.gz",
"version": "2.4.19"
},
"2.5": {
"alpine": "3.16",
"alpine": "3.17",
"debian": "bullseye-slim",
"sha256": "dc9a835c7026537419a311db64669e5782f32de49afc7b45f4277db62bc6b586",
"url": "https://www.haproxy.org/download/2.5/src/haproxy-2.5.9.tar.gz",
"version": "2.5.9"
},
"2.6": {
"alpine": "3.16",
"alpine": "3.17",
"debian": "bullseye-slim",
"sha256": "d0c80c90c04ae79598b58b9749d53787f00f7b515175e7d8203f2796e6a6594d",
"url": "https://www.haproxy.org/download/2.6/src/haproxy-2.6.6.tar.gz",
"version": "2.6.6"
},
"2.7": {
"alpine": "3.16",
"alpine": "3.17",
"debian": "bullseye-slim",
"sha256": "4a9aa79ab973615245a90b3ab209c7948419e51c810d14dd39923c3c4bd53e4d",
"url": "https://www.haproxy.org/download/2.7/src/devel/haproxy-2.7-dev10.tar.gz",
Expand Down
5 changes: 4 additions & 1 deletion versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ declare -A debianSuite=(
[1.8]='buster-slim'
[2.0]='buster-slim'
)
defaultAlpineVersion='3.16'
defaultAlpineVersion='3.17'
declare -A alpineVersion=(
# OpenSSL 3 incompatibilities
[1.8]='3.16'
[2.0]='3.16'
)

for version in "${versions[@]}"; do
Expand Down

0 comments on commit 95fe4ac

Please sign in to comment.