From 627b6ed5af49e7093bf7f9e8e2b2db7542ed2b8d Mon Sep 17 00:00:00 2001 From: Zoey Date: Tue, 13 Aug 2024 17:23:12 +0200 Subject: [PATCH] Update Dockerfile Signed-off-by: Zoey --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c82e3f2..34fc7dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ SHELL ["/bin/ash", "-eo", "pipefail", "-c"] ARG LUAJIT_INC=/usr/include/luajit-2.1 ARG LUAJIT_LIB=/usr/lib -ARG NGINX_VER=1.27.2 +ARG NGINX_VER=1.27.3 ARG OPENSSL_VER=openssl-3.1.5+quic ARG MODSEC_VER=v3.0.12