Skip to content

Commit ec8ff3f

Browse files
committed
update cmake version
1 parent d83dca7 commit ec8ff3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gen_ort_dockerfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def dockerfile_for_linux(output_file):
149149
&& . /etc/os-release \\
150150
&& echo "deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/ubuntu/ $UBUNTU_CODENAME main" | tee /etc/apt/sources.list.d/kitware.list >/dev/null \\
151151
&& apt-get update -q=2 \\
152-
&& apt-get install -y --no-install-recommends cmake=3.27.7* cmake-data=3.27.7* \\
152+
&& apt-get install -y --no-install-recommends cmake=3.28.* cmake-data=3.28.* \\
153153
&& cmake --version
154154
155155
"""

0 commit comments

Comments
 (0)