Update to go1.5.3

This commit is contained in:
Tom Wilkie
2016-01-13 16:21:51 -08:00
parent bb3ad56410
commit e5541b965b

View File

@@ -1,4 +1,4 @@
FROM golang:1.5.2
FROM golang:1.5.3
ENV GO15VENDOREXPERIMENT 1
RUN apt-get update && apt-get install -y libpcap-dev python-requests time
RUN go clean -i net && go install -tags netgo std && go install -race -tags netgo std