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 ce4db1f commit e28d490Copy full SHA for e28d490
Dockerfile
@@ -3,7 +3,7 @@ ARG GCC_VERSION=13
3
FROM gcc:$GCC_VERSION
4
5
# renovate: datasource=github-releases depName=Kitware/CMake
6
-ARG CMAKE_VERSION=3.31.5
+ARG CMAKE_VERSION=3.31.6
7
8
RUN wget https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-Linux-x86_64.sh \
9
-q -O /tmp/cmake-install.sh \
0 commit comments