This commit is contained in:
parent
72dd392464
commit
28cb6eb8a7
|
|
@ -83,7 +83,7 @@ RUN make deps
|
|||
COPY auth_v2.169.0/. /go/src/github.com/supabase/auth
|
||||
|
||||
# Make sure you change the RELEASE_VERSION value before publishing an image.
|
||||
RUN GO111MODULE=on CGO_ENABLED=0 GOOS=linux RELEASE_VERSION=v2.169.0 make build
|
||||
RUN GO111MODULE=on CGO_ENABLED=0 GOOS=linux RELEASE_VERSION=2.169.0 make build
|
||||
|
||||
|
||||
#============================================ postgres ====================================================
|
||||
|
|
|
|||
Loading…
Reference in New Issue