From f70dcceb532022b7577d6c486c843e6be90da878 Mon Sep 17 00:00:00 2001 From: kd-11 Date: Mon, 2 Sep 2024 22:55:20 +0300 Subject: [PATCH] Use focal-1.8 docker image for linux --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2b1526a515c0..7072613a142f 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.8 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.8 \ /rpcs3/.ci/build-linux.sh displayName: Docker setup and build