From a6b697bb67398a88e6d979b8fe3f49ebcb092996 Mon Sep 17 00:00:00 2001 From: Zoey2936 <75573284+Zoey2936@users.noreply.github.com> Date: Wed, 8 Jan 2025 07:26:03 +0000 Subject: [PATCH] update openssl version to openssl-3.3.0+quic Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 01c754d..ee0595b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ARG LUAJIT_INC=/usr/include/luajit-2.1 ARG LUAJIT_LIB=/usr/lib ARG NGINX_VER=release-1.27.4 -ARG OPENSSL_VER=openssl-3.1.7+quic +ARG OPENSSL_VER=openssl-3.3.0+quic ARG MODSEC_VER=v3.0.13 ARG DTR_VER=1.25.1