switch to golang 1.6 to make the binary upx-able

https://github.com/golang/go/issues/13974
5e7110b92b

Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
This commit is contained in:
Petros Angelatos 2016-07-05 18:07:22 -07:00
parent 429aa1c8d2
commit 83393c04e3

View File

@ -1,5 +1,5 @@
# Build golang supervisor
FROM golang:1.5.1
FROM golang:1.6
RUN apt-get update \
&& apt-get install -y \