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