Skip to content

Commit 13d49ea

Browse files
committed
chore(redpanda): upgrade default image to 25.2.4
1 parent a933c7e commit 13d49ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/redpanda/redpanda.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ type Container struct {
5959
// Deprecated: use Run instead
6060
// RunContainer creates an instance of the Redpanda container type
6161
func 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

modules/redpanda/redpanda_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

3030
func TestRedpanda(t *testing.T) {
3131
ctx := context.Background()

0 commit comments

Comments
 (0)