fix: auth

This commit is contained in:
Matteo Pietro Dazzi 2024-09-07 12:22:30 +02:00
parent bfc8b0db58
commit e8484fdc1e
1 changed files with 1 additions and 1 deletions

View File

@ -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