From ad1465cdcbc0979ffa6607d4ecd7637387ac8174 Mon Sep 17 00:00:00 2001 From: onehassan Date: Fri, 7 Jul 2023 16:44:24 +0000 Subject: [PATCH] chore: bump nhost/dashboard to 0.19.1 --- dockercompose/compose.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockercompose/compose.go b/dockercompose/compose.go index f0808d69a..a91cc0415 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.19.0", + Image: "nhost/dashboard:0.19.1", DependsOn: nil, EntryPoint: nil, Command: nil,