mirror of
https://github.com/rwinkhart/sys.git
synced 2026-08-28 04:46:44 -04:00
unix/linux: update Dockerfile to glibc 2.30
Change-Id: I4fd358388c46b4c2e8a4081640315db2313e585f Reviewed-on: https://go-review.googlesource.com/c/sys/+/189438 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
4e8604ab3a
commit
fde4db37ae
@@ -13,8 +13,8 @@ WORKDIR /git
|
||||
RUN git config --global advice.detachedHead false
|
||||
# Linux Kernel: Released 07 July 2019
|
||||
RUN git clone --branch v5.2 --depth 1 https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
|
||||
# GNU C library: Released 01 Feb 2019 (we should try to get a secure way to clone this)
|
||||
RUN git clone --branch release/2.29/master --depth 1 git://sourceware.org/git/glibc.git
|
||||
# GNU C library: Released 02 Aug 2019 (we should try to get a secure way to clone this)
|
||||
RUN git clone --branch release/2.30/master --depth 1 git://sourceware.org/git/glibc.git
|
||||
|
||||
# Get Go
|
||||
ENV GOLANG_VERSION 1.13beta1
|
||||
|
||||
Reference in New Issue
Block a user