mirror of
https://github.com/golang/sys.git
synced 2026-02-09 04:06:04 +03:00
unix: update Dockerfile to glibc 2.32
Change-Id: Ia5ebb34a743c6e676d3cb2febaefc55afa9fc7ac Reviewed-on: https://go-review.googlesource.com/c/sys/+/247157 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
committed by
Tobias Klauser
parent
a37d78b922
commit
5acd03effb
@@ -17,8 +17,8 @@ WORKDIR /git
|
||||
RUN git config --global advice.detachedHead false
|
||||
# Linux Kernel: Released 02 Aug 2020
|
||||
RUN git clone --branch v5.8 --depth 1 https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
|
||||
# GNU C library: Released 01 Feb 2020 (we should try to get a secure way to clone this)
|
||||
RUN git clone --branch release/2.31/master --depth 1 git://sourceware.org/git/glibc.git
|
||||
# GNU C library: Released 06 Aug 2020 (we should try to get a secure way to clone this)
|
||||
RUN git clone --branch release/2.32/master --depth 1 git://sourceware.org/git/glibc.git
|
||||
|
||||
# Get Go
|
||||
ENV GOLANG_VERSION 1.15rc1
|
||||
|
||||
Reference in New Issue
Block a user