Skip to content

Commit c2443f2

Browse files
authored
Use Redpanda version v23.1.2 (#6794)
1 parent 3b0c1cb commit c2443f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/redpanda/src/test/java/org/testcontainers/redpanda/RedpandaContainerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public void testUsage() throws Exception {
4747
public void testUsageWithStringImage() throws Exception {
4848
try (
4949
// constructorWithVersion {
50-
RedpandaContainer container = new RedpandaContainer("docker.redpanda.com/redpandadata/redpanda:v22.2.1")
50+
RedpandaContainer container = new RedpandaContainer("docker.redpanda.com/redpandadata/redpanda:v23.1.2")
5151
// }
5252
) {
5353
container.start();

0 commit comments

Comments
 (0)