diff --git a/cmd/dev/cloud.go b/cmd/dev/cloud.go index 2f90b0e7f..de66a070b 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.33.0", + Value: "nhost/dashboard:2.37.1", EnvVars: []string{"NHOST_DASHBOARD_VERSION"}, }, &cli.StringFlag{ //nolint:exhaustruct diff --git a/cmd/dev/up.go b/cmd/dev/up.go index 086e34f98..be7e2410c 100644 --- a/cmd/dev/up.go +++ b/cmd/dev/up.go @@ -111,7 +111,7 @@ func CommandUp() *cli.Command { //nolint:funlen &cli.StringFlag{ //nolint:exhaustruct Name: flagDashboardVersion, Usage: "Dashboard version to use", - Value: "nhost/dashboard:2.33.0", + Value: "nhost/dashboard:2.37.1", EnvVars: []string{"NHOST_DASHBOARD_VERSION"}, }, &cli.StringFlag{ //nolint:exhaustruct