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

Commit 155facd

Browse files
authored
Bump hasura auth to v0.13.1 (#369)
1 parent 2097507 commit 155facd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

nhost/compose/config.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ package compose
33
import (
44
"encoding/json"
55
"fmt"
6-
"github.com/nhost/cli/internal/ports"
76
"path/filepath"
87
"strings"
98
"time"
109

10+
"github.com/nhost/cli/internal/ports"
11+
1112
"github.com/compose-spec/compose-go/types"
1213
"github.com/nhost/cli/nhost"
1314
"github.com/nhost/cli/util"
@@ -34,7 +35,7 @@ const (
3435

3536
// default docker images
3637
svcPostgresDefaultImage = "nhost/postgres:14.5-20220831-1"
37-
svcAuthDefaultImage = "nhost/hasura-auth:0.13.0"
38+
svcAuthDefaultImage = "nhost/hasura-auth:0.13.1"
3839
svcStorageDefaultImage = "nhost/hasura-storage:0.2.4"
3940
svcFunctionsDefaultImage = "nhost/functions:0.1.5"
4041
svcMinioDefaultImage = "minio/minio:RELEASE.2022-07-08T00-05-23Z"

0 commit comments

Comments
 (0)