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.
This commit is contained in:
2025-04-05 21:02:40 +02:00
parent 59ecffc86a
commit 4577ff72a7
+1 -1
View File
@@ -1,5 +1,5 @@
default:
image: maven:3.8.6-corretto-17
image: maven:3-amazoncorretto-17
stages:
- pull