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.
2 parents 0037a35 + 07a5a1a commit 4d25efaCopy full SHA for 4d25efa
docker/gotrue/Dockerfile
@@ -1,7 +1,7 @@
1
# syntax=docker/dockerfile:1
2
FROM golang as base
3
WORKDIR /go/src/supabase
4
-RUN git clone https://github.com/AppFlowy-IO/auth.git --depth 1 --branch 0.4.0
+RUN git clone https://github.com/AppFlowy-IO/auth.git --depth 1 --branch 0.5.0
5
WORKDIR /go/src/supabase/auth
6
RUN CGO_ENABLED=0 go build -o /auth .
7
0 commit comments