From f85e177c98e40e686b41e0d3408207d578272e48 Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Sun, 6 Apr 2025 11:58:58 +0200 Subject: [PATCH] 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. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 15d6722..191e05a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ default: - image: maven:3-amazoncorretto-17-slim-bullseye + image: maven:3-amazoncorretto-17-alpine stages: - pull