Update CI image to Amazon Corretto 17 Alpine version

Switch the base image in the GitLab CI from Bullseye to Alpine. This change reduces image size and improves build efficiency. All pipeline stages remain unaffected.
This commit is contained in:
2025-04-06 11:58:58 +02:00
parent 91133d5f12
commit f85e177c98
+1 -1
View File
@@ -1,5 +1,5 @@
default:
image: maven:3-amazoncorretto-17-slim-bullseye
image: maven:3-amazoncorretto-17-alpine
stages:
- pull