Update Docker to 6.5.3

This commit is contained in:
Zion Nimchuk 2023-10-06 11:57:58 -07:00 committed by Megamouse
parent 2a0fa53c0d
commit 2f99fda88e

View File

@ -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