helloworld-go: add go image tag (#961)

Better to put ptag so we're not flying in the air.
This commit is contained in:
Ahmet Alp Balkan 2019-03-06 10:33:41 -08:00 committed by Knative Prow Robot
parent 4015b93789
commit 1d00eb5ce0
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Use the offical Golang image to create a build artifact. # Use the offical Golang image to create a build artifact.
# This is based on Debian and sets the GOPATH to /go. # This is based on Debian and sets the GOPATH to /go.
# https://hub.docker.com/_/golang # https://hub.docker.com/_/golang
FROM golang as builder FROM golang:1.12 as builder
# Copy local code to the container image. # Copy local code to the container image.
WORKDIR /go/src/github.com/knative/docs/helloworld WORKDIR /go/src/github.com/knative/docs/helloworld