fix: auth
This commit is contained in:
parent
bfc8b0db58
commit
e8484fdc1e
|
|
@ -1,6 +1,6 @@
|
||||||
FROM golang as base
|
FROM golang as base
|
||||||
WORKDIR /go/src/supabase
|
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
|
WORKDIR /go/src/supabase/gotrue
|
||||||
COPY docker/gotrue.patch .
|
COPY docker/gotrue.patch .
|
||||||
RUN git apply gotrue.patch
|
RUN git apply gotrue.patch
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue