Skip to content

Commit 0a71696

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

0 commit comments

Comments
 (0)