From 443e3deb9fc23a6a079e1f6f48c687422d0c228b Mon Sep 17 00:00:00 2001 From: chenzhihang <709011834@qq.com> Date: Mon, 14 Oct 2024 09:40:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95maven=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- k8s/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/build.sh b/k8s/build.sh index a0a3adee..9769dc0f 100755 --- a/k8s/build.sh +++ b/k8s/build.sh @@ -92,7 +92,7 @@ compile_java() { # 编译java docker run -v ${baseDir}:${baseDir} -v /home/maven:/home/maven \ -e http_proxy=http://172.20.32.253:3128 -e https_proxy=http://172.20.32.253:3128 \ - 172.20.32.187/ci4s/build:v1 ${baseDir}/k8s/build-java.sh $param + 172.20.32.187/ci4s/build:v3 ${baseDir}/k8s/build-java.sh $param if [ $? -ne 0 ]; then echo "编译失败,请检查代码!" exit 1