We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d9efdc commit 7aea1aeCopy full SHA for 7aea1ae
ubuntu-20.04-qt6.6/Dockerfile
@@ -78,7 +78,7 @@ RUN wget -c "${CMAKE_URL}" -O /tmp.tar.gz \
78
&& cd / && rm -rf "/opt/cmake-$CMAKE_VERSION"
79
80
# Install OpenCascade
81
-ARG OCC_VERSION="7_7_2"
+ARG OCC_VERSION="7_9_1"
82
ARG OCC_URL="https://github.com/Open-Cascade-SAS/OCCT/archive/refs/tags/V$OCC_VERSION.tar.gz"
83
RUN wget -c "${OCC_URL}" -O /tmp.tar.gz \
84
&& tar -xzf /tmp.tar.gz -C /opt \
0 commit comments