Skip to content

Commit bd1e161

Browse files
chore(deps): update amazoncorretto docker tag to v25
1 parent 5b2f979 commit bd1e161

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ stages:
33

44
build-with-test-containers:
55
stage: build
6-
image: amazoncorretto:17.0.17-alpine
6+
image: amazoncorretto:25.0.2-alpine
77
services:
88
- name: docker:dind
99
alias: docker
@@ -26,7 +26,7 @@ build-with-test-containers:
2626

2727
build-without-test-containers:
2828
stage: build
29-
image: amazoncorretto:17.0.17-alpine
29+
image: amazoncorretto:25.0.2-alpine
3030
variables:
3131
MAVEN_OPTS: "-Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository"
3232
cache:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM amazoncorretto:21.0.9-alpine
1+
FROM amazoncorretto:25.0.2-alpine
22

33
RUN apk add --no-cache git curl bash jq && \
44
rm -rf /var/cache/apk/*

0 commit comments

Comments
 (0)