chore: update gotrue version
This commit is contained in:
parent
d111282f7e
commit
e91dee5632
|
|
@ -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.117.0
|
||||
RUN git clone https://github.com/supabase/gotrue.git --depth 1 --branch v2.159.0
|
||||
WORKDIR /go/src/supabase/gotrue
|
||||
COPY docker/gotrue.patch .
|
||||
RUN git apply gotrue.patch
|
||||
|
|
|
|||
Loading…
Reference in New Issue