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