From 3597397993459d172e59f724467878cce97c5ceb Mon Sep 17 00:00:00 2001 From: Specmatic Renovate Date: Sat, 25 Apr 2026 00:42:40 +0000 Subject: [PATCH] chore(deps): update amazoncorretto docker tag to v25 --- .gitlab-ci.yml | 4 ++-- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ced5071..0aa033a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ stages: build-with-test-containers: stage: build - image: amazoncorretto:17.0.19-alpine + image: amazoncorretto:25.0.3-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.19-alpine + image: amazoncorretto:25.0.3-alpine variables: MAVEN_OPTS: "-Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository" cache: diff --git a/Dockerfile b/Dockerfile index d83620a..da3ca2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM amazoncorretto:21.0.11-alpine +FROM amazoncorretto:25.0.3-alpine RUN apk add --no-cache git curl bash jq && \ rm -rf /var/cache/apk/*