This commit is contained in:
hailin 2025-05-18 20:19:29 +08:00
parent 72dd392464
commit 28cb6eb8a7
1 changed files with 1 additions and 1 deletions

View File

@ -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 ====================================================