File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ FROM alpine:latest AS builder
33
44ARG SSL_LIBRARY
55
6- ARG AWS_LC_TAG=v1.57 .1 \
6+ ARG AWS_LC_TAG=v1.58 .1 \
77 LIBRESSL_TAG=v4.1.0 \
88 OPENSSL_TAG=openssl-3.5.2 \
99 WOLFSSL_TAG=v5.8.2 \
1010 LIBSLZ_TAG=v1.2.1 \
11- HAPROXY_VERSION=3.2.3
11+ HAPROXY_VERSION=3.2.4
1212
1313COPY --link ["scratchfs" , "/scratchfs" ]
1414
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ cat <<- EOF > versions.env
1414 OPENSSL_TAG=openssl-$( get_latest_tag openssl/openssl openssl)
1515 WOLFSSL_TAG=v$( get_latest_tag wolfSSL/wolfssl v)
1616 LIBSLZ_TAG=v$( get_latest_tag wtarreau/libslz v)
17- HAPROXY_VERSION=3.2.3
17+ HAPROXY_VERSION=3.2.4
1818EOF
Original file line number Diff line number Diff line change 1- AWS_LC_TAG = v1.57 .1
1+ AWS_LC_TAG = v1.58 .1
22LIBRESSL_TAG = v4.1.0
33OPENSSL_TAG = openssl-3.5.2
44WOLFSSL_TAG = v5.8.2
55LIBSLZ_TAG = v1.2.1
6- HAPROXY_VERSION = 3.2.3
6+ HAPROXY_VERSION = 3.2.4
You can’t perform that action at this time.
0 commit comments