Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit 7f33cd9

Browse files
rneugebaDavid Chung
authored andcommitted
build: Use Go 1.8 for container builds as well (#432)
Signed-off-by: Rolf Neugebauer <[email protected]>
1 parent 3699f3a commit 7f33cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/Dockerfile.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.7.5-alpine
1+
FROM golang:1.8-alpine
22

33
RUN apk add --update git make
44
RUN go get github.com/rancher/trash

0 commit comments

Comments
 (0)