Skip to content

Commit e28d490

Browse files
chore(deps): update dependency kitware/cmake to v3.31.6 (#95)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ce4db1f commit e28d490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG GCC_VERSION=13
33
FROM gcc:$GCC_VERSION
44

55
# renovate: datasource=github-releases depName=Kitware/CMake
6-
ARG CMAKE_VERSION=3.31.5
6+
ARG CMAKE_VERSION=3.31.6
77

88
RUN wget https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-Linux-x86_64.sh \
99
-q -O /tmp/cmake-install.sh \

0 commit comments

Comments
 (0)