File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ RUN apt-get update \
2020 curl bash bc gcc-15 cpp-15 sed patch patchutils tar bzip2 gzip xz-utils zstd perl gawk gperf zip \
2121 unzip diffutils lzop make file g++-15 xfonts-utils xsltproc default-jre-headless python3 \
2222 libc6-dev libncurses5-dev libjson-perl libxml-parser-perl libparse-yapp-perl rdfind \
23- golang-1.25 -go git openssh-client rsync upx-ucl \
23+ golang-1.26 -go git openssh-client rsync upx-ucl \
2424 --no-install-recommends \
25- && ln -s /usr/lib/go-1.25 /usr/lib/go \
26- && ln -s /usr/lib/go-1.25 /bin/go /usr/bin/go \
27- && ln -s /usr/lib/go-1.25 /bin/gofmt /usr/bin/gofmt
25+ && ln -s /usr/lib/go-1.26 /usr/lib/go \
26+ && ln -s /usr/lib/go-1.26 /bin/go /usr/bin/go \
27+ && ln -s /usr/lib/go-1.26 /bin/gofmt /usr/bin/gofmt
2828
2929RUN if [ "$(uname -m)" = "aarch64" ]; then \
3030 apt-get install -y libc6-amd64-cross qemu-user-binfmt --no-install-recommends; \
You can’t perform that action at this time.
0 commit comments