mirror of
https://github.com/rancher/os.git
synced 2025-06-28 15:56:58 +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:
parent
296f30764b
commit
51f68eaf6f
@ -13,7 +13,7 @@ ENV PATH /go/bin:$PATH
|
|||||||
ENV GO15VENDOREXPERIMENT 1
|
ENV GO15VENDOREXPERIMENT 1
|
||||||
|
|
||||||
RUN pip install tox
|
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 curl -sL https://get.docker.com/builds/Linux/x86_64/docker-1.9.1 > /usr/bin/docker
|
||||||
RUN chmod +x /usr/bin/docker
|
RUN chmod +x /usr/bin/docker
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user