From 5ba5f8636794a2d9d75ed0321d43ee2831d1fd29 Mon Sep 17 00:00:00 2001 From: nhost-build <98952681+nhost-build@users.noreply.github.com> Date: Fri, 17 Jan 2025 12:50:24 -0100 Subject: [PATCH] chore: bump nhost/dashboard to 2.15.0 (#940) Co-authored-by: dbm03 --- 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 4f4349aa..36c2b23b 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.13.0", + Value: "nhost/dashboard:2.15.0", EnvVars: []string{"NHOST_DASHBOARD_VERSION"}, }, &cli.StringFlag{ //nolint:exhaustruct