1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +00:00

bump to go-1.4.3

This commit is contained in:
Ivan Mikushin
2015-10-14 19:56:42 +05:00
parent 44b705c525
commit c80621aefe

View File

@@ -13,7 +13,7 @@ RUN chmod +x /usr/bin/docker
RUN pip install tox
RUN curl -sSL https://storage.googleapis.com/golang/go1.4.2.linux-amd64.tar.gz | tar -xz -C /usr/local
RUN curl -sSL https://storage.googleapis.com/golang/go1.4.3.linux-amd64.tar.gz | tar -xz -C /usr/local
ENV PATH $PATH:/usr/local/go/bin
RUN mkdir -p /go/src /go/bin && chmod -R 777 /go