From 2f99fda88e5af0ed0cbf0c4095cc27d8b3e0c5a4 Mon Sep 17 00:00:00 2001 From: Zion Nimchuk Date: Fri, 6 Oct 2023 11:57:58 -0700 Subject: [PATCH] Update Docker to 6.5.3 --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ec430b3c0c..13b8a3856e 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.1 + docker pull --quiet rpcs3/rpcs3-ci-focal:1.2 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.1 \ + rpcs3/rpcs3-ci-focal:1.2 \ /rpcs3/.ci/build-linux.sh displayName: Docker setup and build