From 368149c9a570b8ae49b64100db90d7ce31da15d6 Mon Sep 17 00:00:00 2001 From: Zoey2936 <75573284+Zoey2936@users.noreply.github.com> Date: Wed, 26 Jun 2024 06:40:40 +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 7a5b394..ff34e35 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=1.27.1 -ARG OPENSSL_VER=openssl-3.1.5+quic +ARG OPENSSL_VER=openssl-3.3.0+quic ARG MODSEC_VER=v3.0.12 ARG DTR_VER=1.25.1