Skip to content

Commit

Permalink
fix kernel date
Browse files Browse the repository at this point in the history
  • Loading branch information
mauri870 committed Nov 18, 2024
1 parent 1eedaef commit 0bbc2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unix/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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 18 Nov 2024
# Linux Kernel: Released 17 Nov 2024
RUN git clone --branch v6.12 --depth 1 https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
# GNU C library: Released 21 July 2024
RUN git clone --branch release/2.40/master --depth 1 https://sourceware.org/git/glibc.git
Expand Down

0 comments on commit 0bbc2ef

Please sign in to comment.