Skip to content

Commit c4a547a

Browse files
committed
docker: Bump cmake version to 3.29.2.
1 parent 664225b commit c4a547a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARG LLVM_VERSION
99

1010
# [Optional] Install CMake version different from what base image has already installed.
1111
# CMake reinstall choices: none, 3.21.5, 3.22.2, or versions from https://cmake.org/download/
12-
ARG REINSTALL_CMAKE_VERSION_FROM_SOURCE="3.23.3"
12+
ARG REINSTALL_CMAKE_VERSION_FROM_SOURCE="3.29.2"
1313

1414
# Optionally install the cmake for vcpkg
1515
COPY ./reinstall-cmake.sh /tmp/

0 commit comments

Comments
 (0)