We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4484e24 commit 432ebb8Copy full SHA for 432ebb8
appsignals-tests/images/http-servers/tomcat/build.gradle.kts
@@ -44,7 +44,7 @@ tasks {
44
}
45
jib {
46
configureImages(
47
- "public.ecr.aws/docker/library/amazoncorretto:23-alpine",
+ "public.ecr.aws/docker/library/amazoncorretto:21-alpine",
48
"aws-appsignals-tests-http-server-tomcat",
49
localDocker = rootProject.property("localDocker")!! == "true",
50
multiPlatform = false,
0 commit comments