From 8113d2b55e8e7c19b5c34969a517a7f1de8ba58e Mon Sep 17 00:00:00 2001 From: aviau Date: Thu, 29 Jul 2021 17:37:07 -0400 Subject: [PATCH] go/Dockerfile: update shasum --- misc/docker/go/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/docker/go/Dockerfile b/misc/docker/go/Dockerfile index d52b1420e..8631ce0b0 100644 --- a/misc/docker/go/Dockerfile +++ b/misc/docker/go/Dockerfile @@ -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