Skip to content

Commit

Permalink
go/Dockerfile: update shasum
Browse files Browse the repository at this point in the history
  • Loading branch information
aviau committed Jul 29, 2021
1 parent 8204dc0 commit 8113d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/docker/go/Dockerfile
Expand Up @@ -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

0 comments on commit 8113d2b

Please sign in to comment.