From 55a1305daf26cd33ceff69785c1f61dfdcf24a3a Mon Sep 17 00:00:00 2001 From: Specmatic Renovate Date: Wed, 21 Jan 2026 20:13:37 +0000 Subject: [PATCH] chore(deps): update amazoncorretto docker tag to v17.0.18-alpine --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a243998..d01fca9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ stages: build-with-test-containers: stage: build - image: amazoncorretto:17.0.17-alpine + image: amazoncorretto:17.0.18-alpine services: - name: docker:dind alias: docker @@ -26,7 +26,7 @@ build-with-test-containers: build-without-test-containers: stage: build - image: amazoncorretto:17.0.17-alpine + image: amazoncorretto:17.0.18-alpine variables: MAVEN_OPTS: "-Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository" cache: