mirror of
https://github.com/rwinkhart/sys.git
synced 2026-09-01 14:47:28 -04:00
unix/linux: update Dockerfile to Kernel 5.13
Fixes golang/go#47057 Change-Id: I47bc7491ed46afd76d4955c2843f2bb1295c672b Reviewed-on: https://go-review.googlesource.com/c/sys/+/332969 Trust: Tobias Klauser <tobias.klauser@gmail.com> Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
committed by
Tobias Klauser
parent
b1c119fd70
commit
27a6752fd0
@@ -15,8 +15,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
# Get the git sources. If not cached, this takes O(5 minutes).
|
||||
WORKDIR /git
|
||||
RUN git config --global advice.detachedHead false
|
||||
# Linux Kernel: Released 25 Apr 2021
|
||||
RUN git clone --branch v5.12 --depth 1 https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
|
||||
# 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user