File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ RUN wget https://github.com/Kitware/CMake/releases/download/v3.15.7/cmake-3.15.7
123123 tar -xvzf cmake-3.23.5-Linux-x86_64.tar.gz && mv cmake-3.23.5-linux-x86_64/ /usr/share/cmake-3.23.5 && \
124124 wget https://github.com/Kitware/CMake/releases/download/v3.27.9/cmake-3.27.9-Linux-x86_64.tar.gz && \
125125 tar -xvzf cmake-3.27.9-Linux-x86_64.tar.gz && mv cmake-3.27.9-linux-x86_64/ /usr/share/cmake-3.27.9 && \
126- wget https://cmake.org/files/v4.0 /cmake-4.2.1-linux-x86_64.tar.gz && \
126+ wget https://cmake.org/files/v4.2 /cmake-4.2.1-linux-x86_64.tar.gz && \
127127 tar -xvzf cmake-4.2.1-linux-x86_64.tar.gz && mv cmake-4.2.1-linux-x86_64/ /usr/share/cmake-4.2.1 && \
128128 update-alternatives --install /usr/bin/cmake cmake $CMAKE_3_15 10 && \
129129 update-alternatives --install /usr/bin/cmake cmake $CMAKE_3_16 20 && \
You can’t perform that action at this time.
0 commit comments