From 48d7d7d9b293462f3f4f8a41c9cc5f3f0eab8724 Mon Sep 17 00:00:00 2001 From: amass <168062547@qq.com> Date: Tue, 3 Jun 2025 18:16:55 +0800 Subject: [PATCH] update version. --- ubuntu2404-qt6.dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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