We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7b4540 commit 8fa0666Copy full SHA for 8fa0666
1 file changed
.devcontainer/Dockerfile
@@ -29,7 +29,7 @@ RUN wget -qO /usr/local/share/ca-certificates/Cisco_Umbrella_Root_CA.crt https:/
29
30
# Install some tools via pip to get more recent versions
31
RUN python3 -m pip --no-cache-dir install \
32
- cmake==3.26.3 \
+ cmake==3.26.4 \
33
gcovr==6.0
34
35
# Set default generator for CMake to Ninja
0 commit comments