We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d1d5e5 commit f51841cCopy full SHA for f51841c
1 file changed
ci/cloudbuild/dockerfiles/demo-debian-bullseye.Dockerfile
@@ -27,7 +27,7 @@ RUN apt-get update && \
27
libssl-dev m4 make ninja-build pkg-config tar wget zlib1g-dev libc6-dbg
28
# ```
29
30
-# #### Install CMake v3.22
+# #### Install CMake v3.31
31
WORKDIR /var/tmp/build/cmake
32
RUN curl -fsSL https://github.com/Kitware/cmake/archive/v3.31.12.tar.gz | \
33
tar -xzf - --strip-components=1 && \
0 commit comments