File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ FROM alpine:latest AS builder
44ARG SSL_LIBRARY
55
66ARG AWS_LC_TAG=v1.62.0 \
7- LIBRESSL_TAG=v4.1.1 \
7+ LIBRESSL_TAG=v4.2.0 \
88 OPENSSL_TAG=openssl-3.6.0 \
99 WOLFSSL_TAG=v5.8.2 \
1010 LIBSLZ_TAG=v1.2.1 \
11- HAPROXY_VERSION=3.2.5
11+ HAPROXY_VERSION=3.2.7
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.5
17+ HAPROXY_VERSION=3.2.7
1818EOF
Original file line number Diff line number Diff line change 11AWS_LC_TAG = v1.62.0
2- LIBRESSL_TAG = v4.1.1
2+ LIBRESSL_TAG = v4.2.0
33OPENSSL_TAG = openssl-3.6.0
44WOLFSSL_TAG = v5.8.2
55LIBSLZ_TAG = v1.2.1
6- HAPROXY_VERSION = 3.2.5
6+ HAPROXY_VERSION = 3.2.7
You can’t perform that action at this time.
0 commit comments