From fcbd12d029cdb723085b82a0ecc6c655a15f7672 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 16 Aug 2021 18:40:47 +0200 Subject: [PATCH] unix/linux: update Dockerfile to glibc 2.34 No changes in generated files. Change-Id: I83ffd002e070e350c2ec4026c9044a66a847e474 Reviewed-on: https://go-review.googlesource.com/c/sys/+/342569 Trust: Tobias Klauser Run-TryBot: Tobias Klauser TryBot-Result: Go Bot Reviewed-by: Matt Layher --- unix/linux/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unix/linux/Dockerfile b/unix/linux/Dockerfile index c88ac804..8f5bc272 100644 --- a/unix/linux/Dockerfile +++ b/unix/linux/Dockerfile @@ -17,8 +17,8 @@ WORKDIR /git RUN git config --global advice.detachedHead false # Linux Kernel: Released 27 Jun 2021 RUN git clone --branch v5.13 --depth 1 https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux -# GNU C library: Released 01 Feb 2021 (we should try to get a secure way to clone this) -RUN git clone --branch release/2.33/master --depth 1 git://sourceware.org/git/glibc.git +# GNU C library: Released 02 Aug 2021 (we should try to get a secure way to clone this) +RUN git clone --branch release/2.34/master --depth 1 git://sourceware.org/git/glibc.git # Get Go ENV GOLANG_VERSION 1.17rc2