From 3817a3dbc0f5d09864341a065909ebd0a3356a1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=80=E5=90=89?= <84045975+thc1006@users.noreply.github.com> Date: Thu, 20 Aug 2026 21:22:44 +0800 Subject: [PATCH] Update nginx to 1.30 (#6) Signed-off-by: thc1006 <84045975+thc1006@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 61b1d3d..0057ce1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM nginx:1.25-alpine-slim +FROM nginx:1.30-alpine-slim COPY src /usr/share/nginx/html