Use slimmer base image in GitLab CI configuration

Switch the CI pipeline base image to `maven:3-amazoncorretto-17-slim-bullseye` for a lighter and more efficient build environment. This change reduces unnecessary overhead while maintaining compatibility.
This commit is contained in:
2025-04-06 11:53:49 +02:00
parent dcc3080686
commit 91133d5f12
+1 -1
View File
@@ -1,5 +1,5 @@
default:
image: maven:3-amazoncorretto-17
image: maven:3-amazoncorretto-17-slim-bullseye
stages:
- pull