Skip to content

Commit

Permalink
library/golang/1.23-buster: upgrade to 1.23.3
Browse files Browse the repository at this point in the history
Signed-off-by: chenguoqi <[email protected]>
  • Loading branch information
abner-chenc committed Dec 7, 2024
1 parent 35d9d70 commit 8267fac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/golang/1.23-buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ RUN set -eux; \
rm -rf /var/lib/apt/lists/*

ENV PATH /usr/local/go/bin:$PATH
ENV GOLANGVERSION 1.23.0
ENV GOLANGVERSION 1.23.3

RUN set -eux; \
url='http://ftp.loongnix.cn/toolchain/golang/go-1.23/abi1.0/go1.23.0.linux-loong64.tar.gz'; \
sha256='03fc80ff32a6592899a10f6a85af605fcde33a0b3fb0a6fad36d18fb67446534'; \
url='http://ftp.loongnix.cn/toolchain/golang/go-1.23/abi1.0/go1.23.3.linux-loong64.tar.gz'; \
sha256='eab40399e36f967c21f3cab26a201f23f4bf45e45f85a281183ffb25dc71897c'; \
wget -O go.tgz "$url" --progress=dot:giga; \
echo "$sha256 *go.tgz" | sha256sum -c -; \
tar -C /usr/local -xzf go.tgz; \
Expand Down

0 comments on commit 8267fac

Please sign in to comment.