We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfcbe57 commit 8eadf39Copy full SHA for 8eadf39
cloudsql/mysql/database-sql/Dockerfile
@@ -15,7 +15,7 @@
15
# Use the offical golang image to create a binary.
16
# This is based on Debian and sets the GOPATH to /go.
17
# https://hub.docker.com/_/golang
18
-FROM golang:1.12-buster as builder
+FROM golang:1.13-buster as builder
19
20
# Create and change to the app directory.
21
WORKDIR /app
0 commit comments