Skip to content

Commit

Permalink
feature: update Kaigara version in the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
philanton authored and dpatsora committed Jul 11, 2022
1 parent 451848a commit f943b0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN make deps
COPY . /go/src/github.com/netlify/gotrue
RUN make build

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

Expand Down
1 change: 0 additions & 1 deletion api/admin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ func (ts *AdminTestSuite) makeSuperAdmin(email string) string {

u.Role = "supabase_admin"


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

Expand Down

0 comments on commit f943b0f

Please sign in to comment.