Skip to content

Commit eb9ba5d

Browse files
authored
Merge pull request #30095 from vbotbuildovich/backport-pr-30094-v26.1.x-848
[v26.1.x] rpk: update console version to v3.7.1
2 parents d348f28 + 41822a1 commit eb9ba5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/go/rpk/pkg/cli/container/containerutil

src/go/rpk/pkg/cli/container/containerutil/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434
var (
3535
tag = "latest"
3636
redpandaImageBase = "redpandadata/redpanda:" + tag
37-
consoleImageBase = "redpandadata/console:v3.7.0"
37+
consoleImageBase = "redpandadata/console:v3.7.1"
3838
)
3939

4040
const (

0 commit comments

Comments
 (0)