From 438c09e59458c120378eb939709320cea04db6c7 Mon Sep 17 00:00:00 2001 From: yms Date: Thu, 12 Dec 2024 17:19:57 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b80c54b4..2f9e1096 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -# FROM nginx:1.27.2-bookworm +FROM nginx:1.27.2-bookworm # FROM registry.hncy.info/nginx:1.25.4 -FROM registry.hncy.info/nginx:1.27.2-bookworm-arm +# FROM registry.hncy.info/nginx:1.27.2-bookworm-arm WORKDIR /usr/src/app/ -- GitLab