File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN mkdir -p /tmp/dc-extracted/titools \
20
20
&& curl -o /tmp/dc-downloads/titools.zip $TI_TOOL_URL -L \
21
21
&& unzip -d /tmp/dc-extracted/titools /tmp/dc-downloads/titools.zip
22
22
23
- ARG CMAKE_SCRIPT=https://cmake.org/files/ v3.24 /cmake-3.24.0 -linux-x86_64.sh
23
+ ARG CMAKE_SCRIPT=https://github.com/Kitware/CMake/releases/download/ v3.27.6 /cmake-3.27.6 -linux-x86_64.sh
24
24
RUN wget $CMAKE_SCRIPT \
25
25
-q -O /tmp/cmake-install.sh \
26
26
&& chmod u+x /tmp/cmake-install.sh \
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN mkdir -p /tmp/dc-downloads /tmp/dc-extracted/gcc \
14
14
&& tar -xvf /tmp/dc-downloads/gcc-arm.tar -C /tmp/dc-extracted/gcc --strip-components 1 \
15
15
&& rm -rf /tmp/dc-extracted/gcc/share/doc/ /tmp/dc-extracted/gcc/share/gcc-arm-none-eabi/samples/
16
16
17
- ARG CMAKE_SCRIPT=https://cmake.org/files/ v3.24 /cmake-3.24.0 -linux-x86_64.sh
17
+ ARG CMAKE_SCRIPT=https://github.com/Kitware/CMake/releases/download/ v3.27.6 /cmake-3.27.6 -linux-x86_64.sh
18
18
RUN wget $CMAKE_SCRIPT \
19
19
-q -O /tmp/cmake-install.sh \
20
20
&& chmod u+x /tmp/cmake-install.sh \
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN mkdir -p /tmp/dc-downloads /tmp/dc-extracted/gcc \
14
14
&& tar -xvf /tmp/dc-downloads/gcc-arm.tar -C /tmp/dc-extracted/gcc --strip-components 1 \
15
15
&& rm -rf /tmp/dc-extracted/gcc/share/doc/ /tmp/dc-extracted/gcc/share/gcc-arm-none-eabi/samples/
16
16
17
- ARG CMAKE_SCRIPT=https://cmake.org/files/ v3.24 /cmake-3.24.0 -linux-x86_64.sh
17
+ ARG CMAKE_SCRIPT=https://github.com/Kitware/CMake/releases/download/ v3.27.6 /cmake-3.27.6 -linux-x86_64.sh
18
18
RUN wget $CMAKE_SCRIPT \
19
19
-q -O /tmp/cmake-install.sh \
20
20
&& chmod u+x /tmp/cmake-install.sh \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN apt-get update \
9
9
10
10
RUN mkdir -p /tmp/dc-downloads /tmp/dc-extracted/gcc
11
11
12
- ARG CMAKE_SCRIPT=https://cmake.org/files/ v3.24 /cmake-3.24.0 -linux-x86_64.sh
12
+ ARG CMAKE_SCRIPT=https://github.com/Kitware/CMake/releases/download/ v3.27.6 /cmake-3.27.6 -linux-x86_64.sh
13
13
RUN wget $CMAKE_SCRIPT \
14
14
-q -O /tmp/cmake-install.sh \
15
15
&& chmod u+x /tmp/cmake-install.sh \
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN mkdir -p /tmp/dc-extracted/titools \
20
20
&& curl -o /tmp/dc-downloads/titools.zip $TI_TOOL_URL -L \
21
21
&& unzip -d /tmp/dc-extracted/titools /tmp/dc-downloads/titools.zip
22
22
23
- ARG CMAKE_SCRIPT=https://cmake.org/files/ v3.24 /cmake-3.24.0 -linux-x86_64.sh
23
+ ARG CMAKE_SCRIPT=https://github.com/Kitware/CMake/releases/download/ v3.27.6 /cmake-3.27.6 -linux-x86_64.sh
24
24
RUN wget $CMAKE_SCRIPT \
25
25
-q -O /tmp/cmake-install.sh \
26
26
&& chmod u+x /tmp/cmake-install.sh \
You can’t perform that action at this time.
0 commit comments