Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 338587a

Browse files
authoredDec 6, 2024··
chore(deps): update dependency kitware/cmake to v3.31.2
1 parent 96b3d06 commit 338587a

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.2
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)
Please sign in to comment.