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 49f4fc5 + 40b39b8 commit 4b97c72Copy full SHA for 4b97c72
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.3.0
+RUN git clone https://github.com/AppFlowy-IO/auth.git --depth 1 --branch 0.4.0
5
WORKDIR /go/src/supabase/auth
6
RUN CGO_ENABLED=0 go build -o /auth .
7
0 commit comments