We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b2f979 commit bd1e161Copy full SHA for bd1e161
.gitlab-ci.yml
@@ -3,7 +3,7 @@ stages:
3
4
build-with-test-containers:
5
stage: build
6
- image: amazoncorretto:17.0.17-alpine
+ image: amazoncorretto:25.0.2-alpine
7
services:
8
- name: docker:dind
9
alias: docker
@@ -26,7 +26,7 @@ build-with-test-containers:
26
27
build-without-test-containers:
28
29
30
variables:
31
MAVEN_OPTS: "-Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository"
32
cache:
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM amazoncorretto:21.0.9-alpine
+FROM amazoncorretto:25.0.2-alpine
2
RUN apk add --no-cache git curl bash jq && \
rm -rf /var/cache/apk/*
0 commit comments