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:
+1
-1
@@ -1,5 +1,5 @@
|
||||
default:
|
||||
image: maven:3-amazoncorretto-17
|
||||
image: maven:3-amazoncorretto-17-slim-bullseye
|
||||
|
||||
stages:
|
||||
- pull
|
||||
|
||||
Reference in New Issue
Block a user