Skip to content

Commit

Permalink
Bump Splunk test to 9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cgivre committed Aug 12, 2024
1 parent f372ad6 commit 74f6b90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public class SplunkTestSuite extends ClusterTest {
private static AtomicInteger initCount = new AtomicInteger(0);
@ClassRule
public static GenericContainer<?> splunk = new GenericContainer<>(
DockerImageName.parse("splunk/splunk:9.2")
DockerImageName.parse("splunk/splunk:9.3")
)
.withExposedPorts(8089, 8089)
.withEnv("SPLUNK_START_ARGS", "--accept-license")
Expand Down

0 comments on commit 74f6b90

Please sign in to comment.