mirror of https://github.com/perkeep/perkeep.git
misc/docker/go: bump to 1.10.2 for release
Change-Id: I98b2f85533615d3cfdc1f657d9f675f352febbd4
This commit is contained in:
parent
fc64010f0e
commit
c39f4cabd4
|
@ -7,6 +7,6 @@ RUN apt-get -y --no-install-recommends install ca-certificates libc6-dev
|
|||
|
||||
# Get Go stable release
|
||||
WORKDIR /tmp
|
||||
RUN curl -O https://storage.googleapis.com/golang/go1.10.1.linux-amd64.tar.gz
|
||||
RUN echo '72d820dec546752e5a8303b33b009079c15c2390ce76d67cf514991646c6127b go1.10.1.linux-amd64.tar.gz' | sha256sum -c
|
||||
RUN tar -C /usr/local -xzf go1.10.1.linux-amd64.tar.gz
|
||||
RUN curl -O https://storage.googleapis.com/golang/go1.10.2.linux-amd64.tar.gz
|
||||
RUN echo '4b677d698c65370afa33757b6954ade60347aaca310ea92a63ed717d7cb0c2ff go1.10.2.linux-amd64.tar.gz' | sha256sum -c
|
||||
RUN tar -C /usr/local -xzf go1.10.2.linux-amd64.tar.gz
|
||||
|
|
Loading…
Reference in New Issue