mirror of https://github.com/perkeep/perkeep.git
go/Dockerfile: update shasum
This commit is contained in:
parent
8204dc0dd3
commit
8113d2b55e
|
@ -10,5 +10,5 @@ RUN apt-get -y --no-install-recommends install git
|
|||
ENV GOLANG_VERSION 1.16.6
|
||||
WORKDIR /tmp
|
||||
RUN curl -O https://storage.googleapis.com/golang/go${GOLANG_VERSION}.linux-amd64.tar.gz
|
||||
RUN echo '010a88df924a81ec21b293b5da8f9b11c176d27c0ee3962dc1738d2352d3c02d go'${GOLANG_VERSION}'.linux-amd64.tar.gz' | sha256sum -c
|
||||
RUN echo 'be333ef18b3016e9d7cb7b1ff1fdb0cac800ca0be4cf2290fe613b3d069dfe0d go'${GOLANG_VERSION}'.linux-amd64.tar.gz' | sha256sum -c
|
||||
RUN tar -C /usr/local -xzf go${GOLANG_VERSION}.linux-amd64.tar.gz
|
||||
|
|
Loading…
Reference in New Issue