We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b24ce3 commit 6cb9993Copy full SHA for 6cb9993
1 file changed
Dockerfile
@@ -15,7 +15,7 @@
15
# Use the latest stable golang 1.x to compile to a binary
16
FROM golang:1 as build
17
18
-ARG VERSION="1.17-dev"
+ARG VERSION="1.17"
19
20
WORKDIR /go/src/cloudsql-proxy
21
COPY . .
0 commit comments