Skip to content

Commit 8b70626

Browse files
chore(deps): update dependency kitware/cmake to v4
1 parent 602fd9f commit 8b70626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/ci/release-build-base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ COPY --from=hairyhenderson/gomplate:v4.3.2 /gomplate /usr/local/bin/gomplate
101101

102102
# Set cmake3 as default cmake
103103
# renovate: datasource=github-tags depName=Kitware/CMake
104-
ARG CMAKE_VERSION=3.23.5
104+
ARG CMAKE_VERSION=4.0.2
105105
RUN filename="cmake-${CMAKE_VERSION}-linux-$(arch).sh"; \
106106
wget https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/${filename} && \
107107
sh ${filename} --prefix=/usr/local --skip-license --exclude-subdir && \

0 commit comments

Comments
 (0)