1
0
mirror of https://github.com/rancher/os.git synced 2025-06-27 15:26:50 +00:00

Update to Go-1.5.3

Security update: https://groups.google.com/forum/#!topic/golang-announce/MEATuOi_ei4
This commit is contained in:
Ivan Mikushin 2016-01-14 13:38:20 +05:00
parent 296f30764b
commit 51f68eaf6f

View File

@ -13,7 +13,7 @@ ENV PATH /go/bin:$PATH
ENV GO15VENDOREXPERIMENT 1
RUN pip install tox
RUN curl -sSL https://storage.googleapis.com/golang/go1.5.2.linux-amd64.tar.gz | tar -xz -C /usr/local
RUN curl -sSL https://storage.googleapis.com/golang/go1.5.3.linux-amd64.tar.gz | tar -xz -C /usr/local
RUN curl -sL https://get.docker.com/builds/Linux/x86_64/docker-1.9.1 > /usr/bin/docker
RUN chmod +x /usr/bin/docker