Skip to content

Commit 954c323

Browse files
authored
Merge pull request #1356 from AppFlowy-IO/update-appflowy-gotrue-version
chore: update appflowy gotrue version
2 parents 4a0295c + f7d501c commit 954c323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/gotrue/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22
FROM golang as base
33
WORKDIR /go/src/supabase
4-
RUN git clone https://github.com/AppFlowy-IO/auth.git --depth 1 --branch 0.1.0
4+
RUN git clone https://github.com/AppFlowy-IO/auth.git --depth 1 --branch 0.2.0
55
WORKDIR /go/src/supabase/auth
66
RUN CGO_ENABLED=0 go build -o /auth .
77

0 commit comments

Comments
 (0)