This repository was archived by the owner on Sep 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ func CommandCloud() *cli.Command {
5656 & cli.StringFlag { //nolint:exhaustruct
5757 Name : flagDashboardVersion ,
5858 Usage : "Dashboard version to use" ,
59- Value : "nhost/dashboard:2.33.0 " ,
59+ Value : "nhost/dashboard:2.37.1 " ,
6060 EnvVars : []string {"NHOST_DASHBOARD_VERSION" },
6161 },
6262 & cli.StringFlag { //nolint:exhaustruct
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ func CommandUp() *cli.Command { //nolint:funlen
111111 & cli.StringFlag { //nolint:exhaustruct
112112 Name : flagDashboardVersion ,
113113 Usage : "Dashboard version to use" ,
114- Value : "nhost/dashboard:2.33.0 " ,
114+ Value : "nhost/dashboard:2.37.1 " ,
115115 EnvVars : []string {"NHOST_DASHBOARD_VERSION" },
116116 },
117117 & cli.StringFlag { //nolint:exhaustruct
You can’t perform that action at this time.
0 commit comments