Skip to content

Commit f33008e

Browse files
author
Sebastien Vermeille
authored
BUILD-5727 Use JDK21 LTS instead of JDK18 EOL (#79)
1 parent 5b40b7b commit f33008e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ mend_scan_task:
5151
# run only on master and long-living branches
5252
only_if: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_TAG == "" && ($CIRRUS_BRANCH == "master" || $CIRRUS_BRANCH =~ "branch-.*")
5353
eks_container:
54-
image: ${CIRRUS_AWS_ACCOUNT}.dkr.ecr.eu-central-1.amazonaws.com/base:j18-latest
54+
image: ${CIRRUS_AWS_ACCOUNT}.dkr.ecr.eu-central-1.amazonaws.com/base:j21-latest
5555
region: eu-central-1
5656
cluster_name: ${CIRRUS_CLUSTER_NAME}
5757
namespace: default

0 commit comments

Comments
 (0)