Skip to content

Commit f9b1a5f

Browse files
authoredJan 10, 2025
chore(deps): update dependency kitware/cmake to v3.31.4
1 parent aa1a8e7 commit f9b1a5f

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
@@ -99,7 +99,7 @@ COPY --from=hairyhenderson/gomplate:v4.2.0 /gomplate /usr/local/bin/gomplate
9999

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

0 commit comments

Comments
 (0)