Skip to content

Commit

Permalink
docker: Bump cmake version to 3.29.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
xlauko committed Apr 17, 2024
1 parent 664225b commit c4a547a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG LLVM_VERSION

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

# Optionally install the cmake for vcpkg
COPY ./reinstall-cmake.sh /tmp/
Expand Down

0 comments on commit c4a547a

Please sign in to comment.