summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Benkard <code@mulk.eu>2023-01-09 15:58:47 +0000
committerMatthias Benkard <code@mulk.eu>2023-01-09 15:58:47 +0000
commit8c11ae727020843f421e83f577805671109b42dd (patch)
treef8534b0453d4d7ee39f59dd9b07807591e76c375
parentebd3c3c4b9fc2707ea3932e7a66ae3586a6d90b3 (diff)
CI: Use maven:3-eclipse-temurin 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 523e341..58235ed 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
stages:
- check
-image: maven:3-openjdk-17
+image: docker.io/library/maven:3-eclipse-temurin-17
verify:
stage: check