From 95fa26a4ae5b2e32407eadfe3f9b9ed7a553cbc3 Mon Sep 17 00:00:00 2001 From: onehassan Date: Tue, 29 Oct 2024 19:54:23 +0000 Subject: [PATCH] chore: bump nhost/dashboard to 2.0.7 --- cmd/dev/up.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/dev/up.go b/cmd/dev/up.go index b4af9a10..20e14f9e 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:1.27.0", + Value: "nhost/dashboard:2.0.7", EnvVars: []string{"NHOST_DASHBOARD_VERSION"}, }, &cli.StringFlag{ //nolint:exhaustruct