From e8484fdc1e5718d331acbd31ce1e26371c077a32 Mon Sep 17 00:00:00 2001 From: Matteo Pietro Dazzi Date: Sat, 7 Sep 2024 12:22:30 +0200 Subject: [PATCH] fix: auth --- docker/gotrue.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/gotrue.Dockerfile b/docker/gotrue.Dockerfile index 193f5d63..7c2fe8bd 100644 --- a/docker/gotrue.Dockerfile +++ b/docker/gotrue.Dockerfile @@ -1,6 +1,6 @@ FROM golang as base WORKDIR /go/src/supabase -RUN git clone https://github.com/supabase/gotrue.git --depth 1 --branch v2.159.1 +RUN git clone https://github.com/supabase/auth.git --depth 1 --branch v2.159.1 WORKDIR /go/src/supabase/gotrue COPY docker/gotrue.patch . RUN git apply gotrue.patch