summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchaochaoc <[email protected]>2024-07-22 16:10:04 +0800
committerchaochaoc <[email protected]>2024-07-22 16:10:04 +0800
commit96a845510dcb76cde572d934ccbfa175f83f97d2 (patch)
treedf28c779b7f03477c67f1828e2fbf0ce9893d351
parent6b63e26741b66125ae5782f4cbcb8fb0d440ee0c (diff)
chore: update docker image
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d997e10..102f24c 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-with-git
+image: 192.168.40.153:9080/common/maven:3.8.1-openjdk-11-slim
variables:
MAVEN_CLI_OPTS: "--batch-mode --errors --show-version"