diff --git a/Dockerfile b/Dockerfile index fc37d61c8..dadce5a10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # Use the latest stable golang 1.x to compile to a binary FROM golang:1 as build -ARG VERSION="1.15-develop" +ARG VERSION="1.15" WORKDIR /go/src/cloudsql-proxy COPY . .