From 28cb6eb8a7e82536c5a295139cd1835f30f199e9 Mon Sep 17 00:00:00 2001 From: hailin Date: Sun, 18 May 2025 20:19:29 +0800 Subject: [PATCH] . --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bd85afb..e765822 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 ====================================================