tools/docker/jammy: update build-host golang to 1.21

This commit is contained in:
Rudi Heitbaum 2024-02-17 10:49:07 +00:00
parent d5f5ca3c71
commit 56767b3648

View File

@ -22,7 +22,7 @@ RUN apt-get install -y \
wget bash bc gcc-12 sed patch patchutils tar bzip2 gzip xz-utils zstd perl gawk gperf zip \
unzip diffutils lzop make file g++-12 xfonts-utils xsltproc default-jre-headless python3 \
libc6-dev libncurses5-dev libjson-perl libxml-parser-perl libparse-yapp-perl rdfind \
golang-go git openssh-client \
golang-1.21-go git openssh-client \
--no-install-recommends
RUN if [ "$(uname -m)" = "aarch64" ]; then \