mirror of https://github.com/knative/docs.git
helloworld-go: add go image tag (#961)
Better to put ptag so we're not flying in the air.
This commit is contained in:
parent
4015b93789
commit
1d00eb5ce0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue