File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 7
7
"version" : " 2.0.33"
8
8
},
9
9
"2.2" : {
10
- "alpine" : " 3.19 " ,
11
- "debian" : " bookworm -slim" ,
10
+ "alpine" : " 3.16 " ,
11
+ "debian" : " bullseye -slim" ,
12
12
"sha256" : " 94b099e0142c3e5689b2a1a4943eafa02a453b342e6527cd108b722f8d0a82f6" ,
13
13
"url" : " https://www.haproxy.org/download/2.2/src/haproxy-2.2.31.tar.gz" ,
14
14
"version" : " 2.2.31"
Original file line number Diff line number Diff line change @@ -14,11 +14,13 @@ versions=( "${versions[@]%/}" )
14
14
15
15
defaultDebianSuite=' bookworm-slim'
16
16
declare -A debianSuite=(
17
+ [2.2]=' bullseye-slim'
17
18
[2.0]=' buster-slim'
18
19
)
19
20
defaultAlpineVersion=' 3.19'
20
21
declare -A alpineVersion=(
21
- # OpenSSL 3 incompatibilities
22
+ # OpenSSL 3 incompatibilities (https://github.com/haproxy/haproxy/issues/1276)
23
+ [2.2]=' 3.16'
22
24
[2.0]=' 3.16'
23
25
)
24
26
You can’t perform that action at this time.
0 commit comments