occt: bump OCCT version to 7.9.2

This commit is contained in:
2025-11-10 20:16:43 +01:00
parent 1f52db216e
commit eaf730dc73
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \
RUN git clone https://github.com/Open-Cascade-SAS/OCCT.git opencascade
WORKDIR /opencascade
RUN rm -rf /opencascade/build && mkdir build
RUN git checkout V7_4_0 -b dev-branch
RUN git checkout V7_9_2 -b OCCT-792
RUN mkdir -p build
WORKDIR /opencascade/build