diff --git a/cmd/dev/cloud.go b/cmd/dev/cloud.go index a25e2d71..645368d1 100644 --- a/cmd/dev/cloud.go +++ b/cmd/dev/cloud.go @@ -56,7 +56,7 @@ func CommandCloud() *cli.Command { &cli.StringFlag{ //nolint:exhaustruct Name: flagDashboardVersion, Usage: "Dashboard version to use", - Value: "nhost/dashboard:2.30.0", + Value: "nhost/dashboard:2.33.0", EnvVars: []string{"NHOST_DASHBOARD_VERSION"}, }, &cli.StringFlag{ //nolint:exhaustruct diff --git a/cmd/dev/up.go b/cmd/dev/up.go index a5a8cde2..1aabd61e 100644 --- a/cmd/dev/up.go +++ b/cmd/dev/up.go @@ -110,7 +110,7 @@ func CommandUp() *cli.Command { //nolint:funlen &cli.StringFlag{ //nolint:exhaustruct Name: flagDashboardVersion, Usage: "Dashboard version to use", - Value: "nhost/dashboard:2.30.0", + Value: "nhost/dashboard:2.33.0", EnvVars: []string{"NHOST_DASHBOARD_VERSION"}, }, &cli.StringFlag{ //nolint:exhaustruct