mirror of https://github.com/perkeep/perkeep.git
misc/docker: Go1.7
Change-Id: I861c91e919b46862037b1fad8cc89e964d4f221c
This commit is contained in:
parent
0016221f8c
commit
cda8c932d6
|
@ -7,6 +7,6 @@ RUN apt-get -y --no-install-recommends install ca-certificates libc6-dev
|
||||||
|
|
||||||
# Get Go stable release
|
# Get Go stable release
|
||||||
WORKDIR /tmp
|
WORKDIR /tmp
|
||||||
RUN curl -O https://storage.googleapis.com/golang/go1.6.2.linux-amd64.tar.gz
|
RUN curl -O https://storage.googleapis.com/golang/go1.7.linux-amd64.tar.gz
|
||||||
RUN echo 'e40c36ae71756198478624ed1bb4ce17597b3c19d243f3f0899bb5740d56212a go1.6.2.linux-amd64.tar.gz' | sha256sum -c
|
RUN echo '702ad90f705365227e902b42d91dd1a40e48ca7f67a2f4b2fd052aaa4295cd95 go1.7.linux-amd64.tar.gz' | sha256sum -c
|
||||||
RUN tar -C /usr/local -xzf go1.6.2.linux-amd64.tar.gz
|
RUN tar -C /usr/local -xzf go1.7.linux-amd64.tar.gz
|
||||||
|
|
Loading…
Reference in New Issue