Skip to content

Commit 7aea1ae

Browse files
committed
Ubuntu 20.04/Qt6: Update OpenCascade to 7.9.1
1 parent 7d9efdc commit 7aea1ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ubuntu-20.04-qt6.6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ RUN wget -c "${CMAKE_URL}" -O /tmp.tar.gz \
7878
&& cd / && rm -rf "/opt/cmake-$CMAKE_VERSION"
7979

8080
# Install OpenCascade
81-
ARG OCC_VERSION="7_7_2"
81+
ARG OCC_VERSION="7_9_1"
8282
ARG OCC_URL="https://github.com/Open-Cascade-SAS/OCCT/archive/refs/tags/V$OCC_VERSION.tar.gz"
8383
RUN wget -c "${OCC_URL}" -O /tmp.tar.gz \
8484
&& tar -xzf /tmp.tar.gz -C /opt \

0 commit comments

Comments
 (0)