We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 451848a commit 0a71696Copy full SHA for 0a71696
Dockerfile
@@ -15,7 +15,7 @@ RUN make deps
15
COPY . /go/src/github.com/netlify/gotrue
16
RUN make build
17
18
-ARG KAIGARA_VERSION=0.1.34
+ARG KAIGARA_VERSION=v1.0.10
19
RUN curl -Lo ./kaigara https://github.com/openware/kaigara/releases/download/${KAIGARA_VERSION}/kaigara \
20
&& chmod +x ./kaigara
21
0 commit comments