Skip to content

Commit e8d9865

Browse files
Bump mcr.microsoft.com/playwright Docker tag to v1.56.1
1 parent fe8f517 commit e8d9865

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
<<: *default-job
244244
resource_class: 'medium+'
245245
docker:
246-
- image: mcr.microsoft.com/playwright:v1.56.0-noble
246+
- image: mcr.microsoft.com/playwright:v1.56.1-noble
247247
steps:
248248
- checkout
249249
- install_js:
@@ -268,7 +268,7 @@ jobs:
268268
test_regressions:
269269
<<: *default-job
270270
docker:
271-
- image: mcr.microsoft.com/playwright:v1.56.0-noble
271+
- image: mcr.microsoft.com/playwright:v1.56.1-noble
272272
steps:
273273
- checkout
274274
- install_js:
@@ -283,7 +283,7 @@ jobs:
283283
test_e2e:
284284
<<: *default-job
285285
docker:
286-
- image: mcr.microsoft.com/playwright:v1.56.0-noble
286+
- image: mcr.microsoft.com/playwright:v1.56.1-noble
287287
steps:
288288
- checkout
289289
- install_js:

0 commit comments

Comments
 (0)