From 133cbbb899552534fcbf9945798fe6672f4e60d4 Mon Sep 17 00:00:00 2001 From: nhost-build <98952681+nhost-build@users.noreply.github.com> Date: Fri, 13 Oct 2023 07:56:36 +0000 Subject: [PATCH] chore: bump nhost/dashboard to 0.20.25 (#785) Co-authored-by: onehassan --- dockercompose/compose.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockercompose/compose.go b/dockercompose/compose.go index 0268f195c..ad8dfbe29 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.20", + Image: "nhost/dashboard:0.20.25", DependsOn: nil, EntryPoint: nil, Command: nil,