1
0
mirror of https://github.com/bingohuang/docker-labs.git synced 2025-07-13 17:42:53 +08:00

Use latest golang 1.7 version

This commit is contained in:
Marcos Lilljedahl 2016-11-13 13:50:27 -03:00
parent 6d445c6205
commit a0e43f1328

View File

@ -1,4 +1,4 @@
FROM golang:1.7.1
FROM golang:1.7
# Copy the runtime dockerfile into the context as Dockerfile
COPY Dockerfile.run /go/bin/Dockerfile