containers/docker: change docker images to go1.9 (#15789)

This commit is contained in:
Deepak Sharma
2018-01-02 15:57:33 +05:30
committed by Felix Lange
parent b98aa3b4f1
commit 6882943e39
4 changed files with 10 additions and 6 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.5
FROM alpine:3.7
RUN \
apk add --update go git make gcc musl-dev linux-headers ca-certificates && \