Upgrade to go1.7 (#1797)

* Upgrade to go1.7

* Use the 1.7.1 tag
This commit is contained in:
Tom Wilkie
2016-09-13 12:40:33 +01:00
committed by GitHub
parent b89dab0384
commit d1cf9f60fc

View File

@@ -1,4 +1,4 @@
FROM golang:1.6.2
FROM golang:1.7.1
RUN apt-get update && \
apt-get install -y libpcap-dev python-requests time file shellcheck && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*