Update Qt6 to 6.10

This commit is contained in:
Zion Nimchuk
2025-10-18 09:50:44 -07:00
parent 51dda04ede
commit c517df62cc
2 changed files with 2 additions and 2 deletions

View File

@@ -186,7 +186,7 @@ RUN \
rm ./*.tar.xz && \
rm -r ./ffmpeg-*
ENV QTVER=6.9.3
ENV QTVER=6.10.0
RUN \
curl -sSfL -o qt.tar.xz https://download.qt.io/official_releases/qt/${QTVER%.*}/$QTVER/single/qt-everywhere-src-${QTVER}.tar.xz && \
tar -xf qt.tar.xz && \

View File

@@ -137,7 +137,7 @@ RUN \
rm ./*.tar.xz && \
rm -r ./ffmpeg-*
ENV QTVER=6.9.3
ENV QTVER=6.10.0
RUN \
curl -sSfL -o qt.tar.xz https://mirrors.ocf.berkeley.edu/qt/official_releases/qt/${QTVER%.*}/$QTVER/single/qt-everywhere-src-${QTVER}.tar.xz && \
tar -xf qt.tar.xz && \