Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 28a3bce

Browse files
authored
Merge pull request #521 from nhost/bump-dashboard-version
chore: bump nhost/dashboard to 0.9.6
2 parents 4307af0 + b2a9df6 commit 28a3bce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

nhost/compose/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const (
3939
// --
4040

4141
// default docker images
42-
svcDashboardDefaultImage = "nhost/dashboard:0.8.0"
42+
svcDashboardDefaultImage = "nhost/dashboard:0.9.6"
4343
svcPostgresDefaultImage = "nhost/postgres:14.5-20230104-1"
4444
svcAuthDefaultImage = "nhost/hasura-auth:0.17.0"
4545
svcStorageDefaultImage = "nhost/hasura-storage:0.3.0"

nhost/compose/config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func TestConfig_dashboardService(t *testing.T) {
2121

2222
svc := c.dashboardService()
2323
assert.Equal("dashboard", svc.Name)
24-
assert.Equal("nhost/dashboard:0.8.0", svc.Image)
24+
assert.Equal("nhost/dashboard:0.9.6", svc.Image)
2525
assert.Equal([]types.ServicePortConfig{
2626
{
2727
Mode: "ingress",

0 commit comments

Comments
 (0)