Skip to content

Commit 0989769

Browse files
committed
Feature: Upgrade Kaigara to support sql storage
1 parent 2e09e63 commit 0989769

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.29
18+
ARG KAIGARA_VERSION=0.1.32
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)