Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit bb1b623

Browse files
committed
fix: use nhost image instead of hasura's
1 parent e997aee commit bb1b623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockercompose/docker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func (d *Docker) HasuraWrapper(
4646

4747
args = append(
4848
args,
49-
fmt.Sprintf("hasura/graphql-engine:%s.cli-migrations-v3", hasuraVersion),
49+
fmt.Sprintf("nhost/graphql-engine:%s.cli-migrations-v3", hasuraVersion),
5050
)
5151

5252
cmd := exec.CommandContext( //nolint:gosec

0 commit comments

Comments
 (0)