|
@@ -14,7 +14,7 @@ RUN git config --global advice.detachedHead false
|
|
|
# Linux Kernel: Released 23 Dec 2018
|
|
# Linux Kernel: Released 23 Dec 2018
|
|
|
RUN git clone --branch v4.20 --depth 1 https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
|
|
RUN git clone --branch v4.20 --depth 1 https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
|
|
|
# GNU C library: Released 01 Aug 2018 (we should try to get a secure way to clone this)
|
|
# GNU C library: Released 01 Aug 2018 (we should try to get a secure way to clone this)
|
|
|
-RUN git clone --branch glibc-2.28 --depth 1 git://sourceware.org/git/glibc.git
|
|
|
|
|
|
|
+RUN git clone --branch release/2.28/master --depth 1 git://sourceware.org/git/glibc.git
|
|
|
|
|
|
|
|
# Get Go
|
|
# Get Go
|
|
|
ENV GOLANG_VERSION 1.12beta1
|
|
ENV GOLANG_VERSION 1.12beta1
|