chore: update dockerfile ubuntu version

This commit is contained in:
Richard Ramos 2024-10-10 14:49:27 -04:00
parent 94542b51d3
commit ebefb3e5a4
No known key found for this signature in database
GPG Key ID: 1CE87DB518195760
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ARG QT_VERSION=5.15.2 ARG QT_VERSION=5.15.2
# QT Installation Image -------------------------------------------------------- # QT Installation Image --------------------------------------------------------
FROM ubuntu:20.04 AS qt-install FROM ubuntu:22.04 AS qt-install
ARG QT_VERSION ARG QT_VERSION
@ -17,7 +17,7 @@ RUN python3 -m pip install setuptools \
&& python3 -m aqt install --output /opt/qt ${QT_VERSION} linux desktop -m qtwebengine && python3 -m aqt install --output /opt/qt ${QT_VERSION} linux desktop -m qtwebengine
# Build Image ------------------------------------------------------------------ # Build Image ------------------------------------------------------------------
FROM ubuntu:20.04 FROM ubuntu:22.04
ARG LINUXDEPLOYQT_VERSION=20230423-8428c59 ARG LINUXDEPLOYQT_VERSION=20230423-8428c59
ARG QT_VERSION ARG QT_VERSION