Skip to content

Commit

Permalink
chore(deps): update dependency kitware/cmake to v3.31.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 96b3d06 commit 338587a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/ci/release-build-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ COPY --from=hairyhenderson/gomplate:v4.2.0 /gomplate /usr/local/bin/gomplate

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

0 comments on commit 338587a

Please sign in to comment.