Skip to content

Commit f51841c

Browse files
authored
Update CMake version to 3.31 in Dockerfile
1 parent 1d1d5e5 commit f51841c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/cloudbuild/dockerfiles/demo-debian-bullseye.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN apt-get update && \
2727
libssl-dev m4 make ninja-build pkg-config tar wget zlib1g-dev libc6-dbg
2828
# ```
2929

30-
# #### Install CMake v3.22
30+
# #### Install CMake v3.31
3131
WORKDIR /var/tmp/build/cmake
3232
RUN curl -fsSL https://github.com/Kitware/cmake/archive/v3.31.12.tar.gz | \
3333
tar -xzf - --strip-components=1 && \

0 commit comments

Comments
 (0)