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 4a0295c + f7d501c commit 954c323Copy full SHA for 954c323
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.1.0
+RUN git clone https://github.com/AppFlowy-IO/auth.git --depth 1 --branch 0.2.0
5
WORKDIR /go/src/supabase/auth
6
RUN CGO_ENABLED=0 go build -o /auth .
7
0 commit comments