File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ type Container struct {
5959// Deprecated: use Run instead
6060// RunContainer creates an instance of the Redpanda container type
6161func RunContainer (ctx context.Context , opts ... testcontainers.ContainerCustomizer ) (* Container , error ) {
62- return Run (ctx , "docker.redpanda.com/redpandadata/redpanda:v23.3.3 " , opts ... )
62+ return Run (ctx , "docker.redpanda.com/redpandadata/redpanda:v25.2.4 " , opts ... )
6363}
6464
6565// Run creates an instance of the Redpanda container type
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
2525 "github.com/testcontainers/testcontainers-go/network"
2626)
2727
28- const testImage = "docker.redpanda.com/redpandadata/redpanda:v23.3.3 "
28+ const testImage = "docker.redpanda.com/redpandadata/redpanda:v25.2.4 "
2929
3030func TestRedpanda (t * testing.T ) {
3131 ctx := context .Background ()
You can’t perform that action at this time.
0 commit comments