diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d01fca9..e6d5998 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ stages: build-with-test-containers: stage: build - image: amazoncorretto:17.0.18-alpine + image: amazoncorretto:25.0.2-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.18-alpine + image: amazoncorretto:25.0.2-alpine variables: MAVEN_OPTS: "-Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository" cache: diff --git a/Dockerfile b/Dockerfile index 3e603f8..6afa69d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM amazoncorretto:21.0.10-alpine +FROM amazoncorretto:25.0.2-alpine RUN apk add --no-cache git curl bash jq && \ rm -rf /var/cache/apk/*