@@ -217,7 +217,7 @@ jobs:
217217 make-baselines-virtual-webgl :
218218 parallelism : 8
219219 docker :
220- - image : circleci /python:3.8.9-browsers
220+ - image : cimg /python:3.8.9-browsers
221221 working_directory : ~/plotly.js
222222 steps :
223223 - run : sudo apt-get update
@@ -241,7 +241,7 @@ jobs:
241241
242242 make-baselines-mathjax3 :
243243 docker :
244- - image : circleci /python:3.8.9-browsers
244+ - image : cimg /python:3.8.9-browsers
245245 working_directory : ~/plotly.js
246246 steps :
247247 - run : sudo apt-get update
@@ -266,7 +266,7 @@ jobs:
266266 make-baselines :
267267 parallelism : 12
268268 docker :
269- - image : circleci /python:3.8.9-browsers
269+ - image : cimg /python:3.8.9-browsers
270270 working_directory : ~/plotly.js
271271 steps :
272272 - run : sudo apt-get update
@@ -291,7 +291,7 @@ jobs:
291291 make-baselines-b64 :
292292 parallelism : 12
293293 docker :
294- - image : circleci /python:3.8.9-browsers
294+ - image : cimg /python:3.8.9-browsers
295295 working_directory : ~/plotly.js
296296 steps :
297297 - run : sudo apt-get update
@@ -371,7 +371,7 @@ jobs:
371371
372372 make-exports :
373373 docker :
374- - image : circleci /python:3.8.9-browsers
374+ - image : cimg /python:3.8.9-browsers
375375 working_directory : ~/plotly.js
376376 steps :
377377 - run : sudo apt-get update
0 commit comments