Skip to content

Commit 2a75938

Browse files
SONAR-21157 Fix CI error due to SQ 10.4 new requirement: ERROR EnvironmentInformation compiled 61 only recognizes up to 55
1 parent aed95c1 commit 2a75938

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
@@ -30,7 +30,7 @@ env:
3030
GRADLE_USER_HOME: ${CIRRUS_WORKING_DIR}/.gradle
3131

3232
linux_image_template: &LINUX_IMAGE
33-
image: ${CIRRUS_AWS_ACCOUNT}.dkr.ecr.eu-central-1.amazonaws.com/base:j11-g7-latest
33+
image: ${CIRRUS_AWS_ACCOUNT}.dkr.ecr.eu-central-1.amazonaws.com/base:j17-g7-latest
3434
cluster_name: ${CIRRUS_CLUSTER_NAME}
3535
region: eu-central-1
3636
namespace: default

0 commit comments

Comments
 (0)