We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e09e63 commit 0989769Copy full SHA for 0989769
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.29
+ARG KAIGARA_VERSION=0.1.32
19
RUN curl -Lo ./kaigara https://github.com/openware/kaigara/releases/download/${KAIGARA_VERSION}/kaigara \
20
&& chmod +x ./kaigara
21
0 commit comments