File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1515# Get the git sources. If not cached, this takes O(5 minutes).
1616WORKDIR /git
1717RUN git config --global advice.detachedHead false
18- # Linux Kernel: Released 20 Jan 2025
19- RUN git clone --branch v6.13 --depth 1 https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
18+ # Linux Kernel: Released 24 Mar 2025
19+ RUN git clone --branch v6.14 --depth 1 https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
2020# GNU C library: Released 29 Jan 2025
2121RUN git clone --branch release/2.41/master --depth 1 https://sourceware.org/git/glibc.git
2222
You can’t perform that action at this time.
0 commit comments