diff --git a/docker/gotrue.Dockerfile b/docker/gotrue.Dockerfile index b773e85b..24266f5e 100644 --- a/docker/gotrue.Dockerfile +++ b/docker/gotrue.Dockerfile @@ -2,5 +2,5 @@ FROM golang WORKDIR /go/src/supabase RUN git clone https://github.com/supabase/gotrue.git WORKDIR /go/src/supabase/gotrue -RUN git e67a10c1 && go install +RUN git checkout e67a10c1 && go install CMD ["gotrue"]