diff --git a/dockercompose/compose.go b/dockercompose/compose.go index e388d43f5..74b71fa41 100644 --- a/dockercompose/compose.go +++ b/dockercompose/compose.go @@ -250,7 +250,7 @@ func minio(dataFolder string) (*Service, error) { func dashboard(cfg *model.ConfigConfig, httpPort uint, useTLS bool) *Service { return &Service{ - Image: "nhost/dashboard:0.20.6", + Image: "nhost/dashboard:0.20.7", DependsOn: nil, EntryPoint: nil, Command: nil,