Skip to content

Commit 56b4476

Browse files
authored
chore: fix standard integration tests (#1594)
1 parent 54aa632 commit 56b4476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrapper/src/test/java/integration/host/TestEnvironment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1251,7 +1251,7 @@ private static void createTelemetryOtlpContainer(TestEnvironment env) {
12511251
private static String getContainerBaseImageName(TestEnvironmentRequest request) {
12521252
switch (request.getTargetJvm()) {
12531253
case OPENJDK8:
1254-
return "openjdk:8-jdk-alpine";
1254+
return "amazoncorretto:8-alpine";
12551255
case OPENJDK11:
12561256
return "amazoncorretto:11.0.19-alpine3.17";
12571257
case OPENJDK17:

0 commit comments

Comments
 (0)