diff --git a/ubuntu2404-qt6.dockerfile b/ubuntu2404-qt6.dockerfile index a20a08f..9eacca2 100644 --- a/ubuntu2404-qt6.dockerfile +++ b/ubuntu2404-qt6.dockerfile @@ -1,6 +1,6 @@ FROM registry.cn-shenzhen.aliyuncs.com/amass_toolset/ubuntu_dev:24.04 -ENV QT_VERSION=6.9.0 +ENV QT_VERSION=6.9.1 RUN cd /root \ && apt update \ @@ -21,5 +21,5 @@ RUN cd /root \ ENV PATH=/opt/Qt/${QT_VERSION}/gcc_64/bin:$PATH ENV LD_LIBRARY_PATH=/opt/Qt/${QT_VERSION}/gcc_64/lib:$LD_LIBRARY_PATH -# docker build --no-cache --progress=tty -f ubuntu2404-qt6.dockerfile -t registry.cn-shenzhen.aliyuncs.com/amass_toolset/ubuntu_dev:24.04-qt6.9.0 . -# docker push registry.cn-shenzhen.aliyuncs.com/amass_toolset/ubuntu_dev:24.04-qt6.9.0 \ No newline at end of file +# docker build --no-cache --progress=tty -f ubuntu2404-qt6.dockerfile -t registry.cn-shenzhen.aliyuncs.com/amass_toolset/ubuntu_dev:24.04-qt6.9.1 . +# docker push registry.cn-shenzhen.aliyuncs.com/amass_toolset/ubuntu_dev:24.04-qt6.9.1 \ No newline at end of file