Skip to content

Commit

Permalink
chore: bump nhost/dashboard to 0.17.2 (#704)
Browse files Browse the repository at this point in the history
Co-authored-by: szilarddoro <szilarddoro@users.noreply.github.com>
  • Loading branch information
nhost-build and szilarddoro authored May 31, 2023
1 parent bd0ae80 commit f5c56ad
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 @@ -236,7 +236,7 @@ func minio(dataFolder string) (*Service, error) {

func dashboard(cfg *model.ConfigConfig, httpPort uint, useTLS bool) *Service {
return &Service{
Image: "nhost/dashboard:0.17.1",
Image: "nhost/dashboard:0.17.2",
DependsOn: nil,
EntryPoint: nil,
Command: nil,
Expand Down

0 comments on commit f5c56ad

Please sign in to comment.