Skip to content

Commit

Permalink
Update smoke test image tag (open-telemetry#8726)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored Jun 14, 2023
1 parent 5d93a12 commit e6c081d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ abstract class AppServerTest extends SmokeTest {
@Override
protected String getTargetImage(String jdk, String serverVersion, boolean windows) {
String platformSuffix = windows ? "-windows" : ""
String extraTag = "20230613.5255654528"
String extraTag = "20230614.5268785245"
String fullSuffix = "${serverVersion}-jdk$jdk$platformSuffix-$extraTag"
return getTargetImagePrefix() + ":" + fullSuffix
}
Expand Down

0 comments on commit e6c081d

Please sign in to comment.