go/Dockerfile: update shasum

This commit is contained in:
aviau 2021-07-29 17:37:07 -04:00
parent 8204dc0dd3
commit 8113d2b55e
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@ RUN apt-get -y --no-install-recommends install git
ENV GOLANG_VERSION 1.16.6 ENV GOLANG_VERSION 1.16.6
WORKDIR /tmp WORKDIR /tmp
RUN curl -O https://storage.googleapis.com/golang/go${GOLANG_VERSION}.linux-amd64.tar.gz 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 RUN tar -C /usr/local -xzf go${GOLANG_VERSION}.linux-amd64.tar.gz