From 4577ff72a76e3786ac2f7351b5ee486d68eb630f Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Sat, 5 Apr 2025 21:02:40 +0200 Subject: [PATCH] Update CI image to maven:3-amazoncorretto-17 Switching to the new base image ensures compatibility with the latest repository updates. This change may improve build consistency and align with recommended CI configurations. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ffd4b2..2a7076b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ default: - image: maven:3.8.6-corretto-17 + image: maven:3-amazoncorretto-17 stages: - pull