Skip to content

Commit dcbf74f

Browse files
chore(deps): update dependency kitware/cmake to v3.31.0
1 parent 241664f commit dcbf74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/ci/release-build-base/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ COPY --from=hairyhenderson/gomplate:v4.1.0 /gomplate /usr/local/bin/gomplate
100100

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

0 commit comments

Comments
 (0)