Update to go1.7.4 (#2147)

This commit is contained in:
Tom Wilkie
2017-01-22 19:51:38 +00:00
committed by GitHub
parent a6e6131636
commit fe81ef98f4

View File

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