Skip to content

Commit 49bad60

Browse files
chore(deps): update dependency kitware/cmake to v3.31.3
1 parent 9b98efb commit 49bad60

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.3
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)