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/*