From b1ab37b347e7f9ad1dae1826c27145150fe43440 Mon Sep 17 00:00:00 2001 From: chenzihao Date: Mon, 19 May 2025 06:59:38 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20sf-admin/Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf-admin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sf-admin/Dockerfile b/sf-admin/Dockerfile index 5432ca3..7e4e2ca 100644 --- a/sf-admin/Dockerfile +++ b/sf-admin/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.yzj/library/maven:latest AS builder +FROM 192.168.5.120:5000/library/maven:latest AS builder WORKDIR /app