chore: update gotrue version

This commit is contained in:
Zack Fu Zi Xiang 2024-08-26 11:59:35 +08:00
parent d111282f7e
commit e91dee5632
No known key found for this signature in database
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.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