chore(devops): use official docker image on circleci (#2756)
This commit is contained in:
parent
18f9b4a219
commit
28a9f55a49
|
|
@ -2,7 +2,7 @@ version: 2
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
- image: aslushnikov/playwright:bionic
|
- image: mcr.microsoft.com/playwright:bionic
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue