From 21a0d8c57ef08a5f2c9a4f3f7169e2927f888e46 Mon Sep 17 00:00:00 2001 From: chaochaoc <13051077615@126.com> Date: Mon, 22 Jul 2024 16:32:45 +0800 Subject: [PATCH] chore: update docker image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 102f24c..cc507cc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: 192.168.40.153:9080/common/maven:3.8.1-openjdk-11-slim +image: 192.168.40.153:8082/common/maven:3.8.1-openjdk-11-slim variables: MAVEN_CLI_OPTS: "--batch-mode --errors --show-version"