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 3b0c1cb commit c2443f2Copy full SHA for c2443f2
modules/redpanda/src/test/java/org/testcontainers/redpanda/RedpandaContainerTest.java
@@ -47,7 +47,7 @@ public void testUsage() throws Exception {
47
public void testUsageWithStringImage() throws Exception {
48
try (
49
// constructorWithVersion {
50
- RedpandaContainer container = new RedpandaContainer("docker.redpanda.com/redpandadata/redpanda:v22.2.1")
+ RedpandaContainer container = new RedpandaContainer("docker.redpanda.com/redpandadata/redpanda:v23.1.2")
51
// }
52
) {
53
container.start();
0 commit comments