Skip to content

Commit 0bbc2ef

Browse files
committed
fix kernel date
1 parent 1eedaef commit 0bbc2ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: unix/linux/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1515
# Get the git sources. If not cached, this takes O(5 minutes).
1616
WORKDIR /git
1717
RUN git config --global advice.detachedHead false
18-
# Linux Kernel: Released 18 Nov 2024
18+
# Linux Kernel: Released 17 Nov 2024
1919
RUN git clone --branch v6.12 --depth 1 https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
2020
# GNU C library: Released 21 July 2024
2121
RUN git clone --branch release/2.40/master --depth 1 https://sourceware.org/git/glibc.git

0 commit comments

Comments
 (0)