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 602fd9f commit 8b70626Copy full SHA for 8b70626
dockerfiles/ci/release-build-base/Dockerfile
@@ -101,7 +101,7 @@ COPY --from=hairyhenderson/gomplate:v4.3.2 /gomplate /usr/local/bin/gomplate
101
102
# Set cmake3 as default cmake
103
# renovate: datasource=github-tags depName=Kitware/CMake
104
-ARG CMAKE_VERSION=3.23.5
+ARG CMAKE_VERSION=4.0.2
105
RUN filename="cmake-${CMAKE_VERSION}-linux-$(arch).sh"; \
106
wget https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/${filename} && \
107
sh ${filename} --prefix=/usr/local --skip-license --exclude-subdir && \
0 commit comments