Skip to content

Commit 8fa0666

Browse files
authored
feat: update CMake to 3.26.4 (#112)
1 parent f7b4540 commit 8fa0666

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN wget -qO /usr/local/share/ca-certificates/Cisco_Umbrella_Root_CA.crt https:/
2929

3030
# Install some tools via pip to get more recent versions
3131
RUN python3 -m pip --no-cache-dir install \
32-
cmake==3.26.3 \
32+
cmake==3.26.4 \
3333
gcovr==6.0
3434

3535
# Set default generator for CMake to Ninja

0 commit comments

Comments
 (0)