We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227a512 commit 761be97Copy full SHA for 761be97
Dockerfile.common
@@ -42,5 +42,5 @@ RUN dpkg --add-architecture i386 && \
42
pipx install conan
43
44
RUN mkdir -p /opt/cmake-latest && cd /opt/cmake-latest && \
45
- curl -L https://github.com/Kitware/CMake/releases/download/v4.0.3/cmake-4.0.3-linux-x86_64.tar.gz | tar -xz --strip-components=1 && \
+ curl -L https://github.com/Kitware/CMake/releases/download/v4.1.1/cmake-4.1.1-linux-x86_64.tar.gz | tar -xz --strip-components=1 && \
46
rm -rf doc man
0 commit comments