We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5efad36 commit 7d9efdcCopy full SHA for 7d9efdc
ubuntu-20.04-qt6.6/Dockerfile
@@ -66,7 +66,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \
66
&& chmod 777 $CARGO_HOME
67
68
# Install CMake
69
-ARG CMAKE_VERSION="3.31.1"
+ARG CMAKE_VERSION="4.0.3"
70
ARG CMAKE_URL="https://github.com/Kitware/CMake/releases/download/v$CMAKE_VERSION/cmake-$CMAKE_VERSION.tar.gz"
71
RUN wget -c "${CMAKE_URL}" -O /tmp.tar.gz \
72
&& tar -xzf /tmp.tar.gz -C /opt \
0 commit comments