Skip to content

Commit 4d25efa

Browse files
authored
Merge pull request #1369 from AppFlowy-IO/update-gotrue-image-0-5-0
feat: update gotrue image to 0.5.0
2 parents 0037a35 + 07a5a1a commit 4d25efa

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.4.0
4+
RUN git clone https://github.com/AppFlowy-IO/auth.git --depth 1 --branch 0.5.0
55
WORKDIR /go/src/supabase/auth
66
RUN CGO_ENABLED=0 go build -o /auth .
77

0 commit comments

Comments
 (0)