This commit is contained in:
Mauri de Souza Meneguzzo 2024-11-18 12:45:10 -03:00
Родитель 1eedaef606
Коммит 0bbc2efbab
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 20F8BD208210BEF4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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