From d03be6c36f53e39e71afc2c3d84e65f993ffeb81 Mon Sep 17 00:00:00 2001 From: xhm Date: Mon, 28 Oct 2024 15:19:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 06058091..9d528b01 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.hncy.info/nginx:1.23.1 +FROM registry.hncy.info/nginx:1.25.4 WORKDIR /usr/src/app/ -- GitLab