Skip to content

Commit 25b04c4

Browse files
authored
Align SB smoke test image with servlet containers (#330)
Signed-off-by: Pavol Loffay <[email protected]>
1 parent ff35254 commit 25b04c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoke-tests/springboot/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ def tag = findProperty("tag") ?: new Date().format("yyyyMMdd.HHmmSS")
2929

3030
jib {
3131
from.image = "bellsoft/liberica-openjdk-alpine:$targetJDK"
32-
to.image = "hypertrace/java-test-containers:smoke-springboot-jdk$targetJDK-$tag"
32+
to.image = "hypertrace/java-agent-test-containers:smoke-springboot-jdk$targetJDK-$tag"
3333
container.ports = ["8080"]
3434
}

0 commit comments

Comments
 (0)