Skip to content

Commit 8eadf39

Browse files
authored
all: update golang Docker tag to v1.13 (GoogleCloudPlatform#1210)
1 parent dfcbe57 commit 8eadf39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudsql/mysql/database-sql/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Use the offical golang image to create a binary.
1616
# This is based on Debian and sets the GOPATH to /go.
1717
# https://hub.docker.com/_/golang
18-
FROM golang:1.12-buster as builder
18+
FROM golang:1.13-buster as builder
1919

2020
# Create and change to the app directory.
2121
WORKDIR /app

0 commit comments

Comments
 (0)