|
@@ -13,8 +13,8 @@ WORKDIR /git
|
|
|
RUN git config --global advice.detachedHead false
|
|
RUN git config --global advice.detachedHead false
|
|
|
# Linux Kernel: Released 07 July 2019
|
|
# Linux Kernel: Released 07 July 2019
|
|
|
RUN git clone --branch v5.2 --depth 1 https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
|
|
RUN git clone --branch v5.2 --depth 1 https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
|
|
|
-# GNU C library: Released 01 Feb 2019 (we should try to get a secure way to clone this)
|
|
|
|
|
-RUN git clone --branch release/2.29/master --depth 1 git://sourceware.org/git/glibc.git
|
|
|
|
|
|
|
+# GNU C library: Released 02 Aug 2019 (we should try to get a secure way to clone this)
|
|
|
|
|
+RUN git clone --branch release/2.30/master --depth 1 git://sourceware.org/git/glibc.git
|
|
|
|
|
|
|
|
# Get Go
|
|
# Get Go
|
|
|
ENV GOLANG_VERSION 1.13beta1
|
|
ENV GOLANG_VERSION 1.13beta1
|