Merge pull request #8633 from heitbaum/fix

tools/docker/jammy: update build-host golang to 1.21
This commit is contained in:
Christian Hewitt 2024-02-20 14:29:23 +04:00 committed by GitHub
commit b302228f5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 \