Skip to content

Commit 91bf473

Browse files
chore(deps): update dependency kitware/cmake to v3.31.8
1 parent 5c4ef89 commit 91bf473

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=3.31.8
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)