Skip to content

Commit f943b0f

Browse files
philantondpatsora
authored andcommitted
feature: update Kaigara version in the Dockerfile
1 parent 451848a commit f943b0f

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN make deps
1515
COPY . /go/src/github.com/netlify/gotrue
1616
RUN make build
1717

18-
ARG KAIGARA_VERSION=0.1.34
18+
ARG KAIGARA_VERSION=v1.0.10
1919
RUN curl -Lo ./kaigara https://github.com/openware/kaigara/releases/download/${KAIGARA_VERSION}/kaigara \
2020
&& chmod +x ./kaigara
2121

api/admin_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ func (ts *AdminTestSuite) makeSuperAdmin(email string) string {
5454

5555
u.Role = "supabase_admin"
5656

57-
5857
key, err := models.FindMainAsymmetricKeyByUser(ts.API.db, u)
5958
require.NoError(ts.T(), err, "Error finding keys")
6059

0 commit comments

Comments
 (0)