Skip to content

Commit

Permalink
chore: bump nhost/dashboard to 0.20.6 (#755)
Browse files Browse the repository at this point in the history
Co-authored-by: onehassan <[email protected]>
Co-authored-by: David Barroso <[email protected]>
  • Loading branch information
3 people authored Aug 19, 2023
1 parent 6b3f6bf commit 183e1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockercompose/compose.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.3",
Image: "nhost/dashboard:0.20.6",
DependsOn: nil,
EntryPoint: nil,
Command: nil,
Expand Down

0 comments on commit 183e1ba

Please sign in to comment.