Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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/*
Expand Down
Loading