We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b98efb commit 49bad60Copy full SHA for 49bad60
dockerfiles/ci/release-build-base/Dockerfile
@@ -99,7 +99,7 @@ COPY --from=hairyhenderson/gomplate:v4.2.0 /gomplate /usr/local/bin/gomplate
99
100
# Set cmake3 as default cmake
101
# renovate: datasource=github-tags depName=Kitware/CMake
102
-ARG CMAKE_VERSION=3.23.5
+ARG CMAKE_VERSION=3.31.3
103
RUN filename="cmake-${CMAKE_VERSION}-linux-$(arch).sh"; \
104
wget https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/${filename} && \
105
sh ${filename} --prefix=/usr/local --skip-license --exclude-subdir && \
0 commit comments