Upgrade to go1.6.2

This commit is contained in:
Tom Wilkie
2016-04-21 10:04:08 +01:00
parent 3c1b068633
commit fb8704f82d

View File

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