Skip to content

Commit 8b4cfe3

Browse files
authored
specify cmake 3.25 in jammy dockerfile (#500)
1 parent b5b59ed commit 8b4cfe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/docker/base-images/Dockerfile.ubuntu.jammy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ RUN apt-get -y --no-install-recommends install -t llvm-toolchain-jammy-15 \
4444
clang-tidy-15 \
4545
clang-format
4646

47-
RUN apt-get -y install cmake
47+
RUN apt-get -y install cmake=3.25.2-0kitware1ubuntu22.04.1 cmake-data=3.25.2-0kitware1ubuntu22.04.1

0 commit comments

Comments
 (0)