From e28d49005b44e7446528f23b2e1da96bfe00661f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 06:11:59 +0000 Subject: [PATCH] chore(deps): update dependency kitware/cmake to v3.31.6 (#95) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b18717b..c2b8d5c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG GCC_VERSION=13 FROM gcc:$GCC_VERSION # renovate: datasource=github-releases depName=Kitware/CMake -ARG CMAKE_VERSION=3.31.5 +ARG CMAKE_VERSION=3.31.6 RUN wget https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-Linux-x86_64.sh \ -q -O /tmp/cmake-install.sh \