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=v5.4 .0 \
6+ ARG AWS_LC_TAG=v5.5 .0 \
77 LIBRESSL_TAG=v4.3.2 \
88 OPENSSL_TAG=openssl-4.0.1 \
99 WOLFSSL_TAG=v5.9.2 \
10- LIBSLZ_TAG=v1.3.0 \
11- HAPROXY_VERSION=3.4.2
10+ LIBSLZ_TAG=v1.3.1 \
11+ HAPROXY_VERSION=3.4.3
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.4.2
17+ HAPROXY_VERSION=3.4.3
1818EOF
Original file line number Diff line number Diff line change 1- AWS_LC_TAG = v5.4 .0
1+ AWS_LC_TAG = v5.5 .0
22LIBRESSL_TAG = v4.3.2
33OPENSSL_TAG = openssl-4.0.1
44WOLFSSL_TAG = v5.9.2
5- LIBSLZ_TAG = v1.3.0
6- HAPROXY_VERSION = 3.4.2
5+ LIBSLZ_TAG = v1.3.1
6+ HAPROXY_VERSION = 3.4.3
You can’t perform that action at this time.
0 commit comments