Skip to content

Commit 8402aa4

Browse files
committed
include patch version in cmake install
1 parent 4f1fd64 commit 8402aa4

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
@@ -154,7 +154,7 @@ def dockerfile_for_linux(output_file):
154154
&& . /etc/os-release \\
155155
&& 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 \\
156156
&& apt-get update -q=2 \\
157-
&& apt-get install -y --no-install-recommends cmake=3.28.* cmake-data=3.28.* \\
157+
&& apt-get install -y --no-install-recommends cmake=3.28.3* cmake-data=3.28.3* \\
158158
&& cmake --version
159159
160160
RUN python3 -m pip install psutil

0 commit comments

Comments
 (0)