Skip to content

Commit

Permalink
update playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
mykalmax committed Dec 20, 2024
1 parent 0c1e133 commit 3239d7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:

ui_test:
docker:
- image: mcr.microsoft.com/playwright:v1.49.1-noble
- image: mcr.microsoft.com/playwright:v1.40.1-noble
resource_class: medium
steps:
- halt_unless_client
Expand Down
2 changes: 1 addition & 1 deletion web/Dockerfile.app
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/playwright:v1.49.1-noble
FROM mcr.microsoft.com/playwright:v1.40.1-noble

WORKDIR /app

Expand Down

0 comments on commit 3239d7c

Please sign in to comment.