From 5e175248d6cb050bf4252ba98dddcb4745a8c8b4 Mon Sep 17 00:00:00 2001 From: Rob van Oostenrijk Date: Fri, 31 May 2024 15:59:11 +0400 Subject: [PATCH] Updated haproxy to v3.0.0, aws-lc to v1.28.0 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cddd720..d85d34d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,12 +5,12 @@ ARG SSL_LIBRARY ENV OPENSSL_QUIC_TAG=openssl-3.1.5-quic1 \ LIBRESSL_TAG=v3.9.2 \ - AWS_LC_TAG=v1.26.0 \ + AWS_LC_TAG=v1.28.0 \ WOLFSSL_TAG=v5.7.0 \ LIBSLZ_TAG=v1.2.1 \ LUA_VERSION=5.4.6 \ LUA_SHA256=7d5ea1b9cb6aa0b59ca3dde1c6adcb57ef83a1ba8e5432c0ecd06bf439b3ad88 \ - HAPROXY_VERSION=2.9.7 + HAPROXY_VERSION=3.0.0 COPY --link ["scratchfs", "/scratchfs"]