chore(devops): use official docker image on circleci (#2756)

This commit is contained in:
Arjun Attam 2020-06-29 11:22:41 -07:00 committed by GitHub
parent 18f9b4a219
commit 28a9f55a49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: aslushnikov/playwright:bionic
- image: mcr.microsoft.com/playwright:bionic
steps:
- checkout