We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c175b6b commit 1c3b72fCopy full SHA for 1c3b72f
unix/linux/Dockerfile
@@ -15,8 +15,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
15
# Get the git sources. If not cached, this takes O(5 minutes).
16
WORKDIR /git
17
RUN 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
+# Linux Kernel: Released 24 Mar 2025
+RUN git clone --branch v6.14 --depth 1 https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
20
# GNU C library: Released 29 Jan 2025
21
RUN git clone --branch release/2.41/master --depth 1 https://sourceware.org/git/glibc.git
22
0 commit comments