Merge pull request #1362 from weaveworks/go1.6.2

Upgrade to go1.6.2
This commit is contained in:
Paul Bellamy
2016-04-22 10:19:54 +01:00

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/*