From 938306a7bc86edd0dfdd995d28e818f36240bf8f Mon Sep 17 00:00:00 2001 From: Zion Date: Tue, 1 Oct 2024 18:25:14 -0700 Subject: [PATCH] Bump linux x64 docker to 1.7.1, Qt 6.7.3 --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bee887b675..9b4ac02402 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -38,13 +38,13 @@ jobs: displayName: ccache - bash: | - docker pull --quiet rpcs3/rpcs3-ci-focal:1.7 + docker pull --quiet rpcs3/rpcs3-ci-focal:1.7.1 docker run \ -v $(pwd):/rpcs3 \ --env-file .ci/docker.env \ -v $CCACHE_DIR:/root/.ccache \ -v $BUILD_ARTIFACTSTAGINGDIRECTORY:/root/artifacts \ - rpcs3/rpcs3-ci-focal:1.7 \ + rpcs3/rpcs3-ci-focal:1.7.1 \ /rpcs3/.ci/build-linux.sh displayName: Docker setup and build