-
Notifications
You must be signed in to change notification settings - Fork 513
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dep(playwright): update Playwright to v1.42.1 (#2534)
- Loading branch information
1 parent
e22f369
commit 185276e
Showing
4 changed files
with
23 additions
and
23 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM mcr.microsoft.com/playwright:v1.41.2 | ||
FROM mcr.microsoft.com/playwright:v1.42.1 | ||
LABEL maintainer="[email protected]" | ||
|
||
RUN npm install -g artillery \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# NOTE: Version we use here needs to be kept consistent with that in | ||
# artillery-engine-playwright. | ||
# ******************************** | ||
FROM mcr.microsoft.com/playwright:v1.41.2 | ||
FROM mcr.microsoft.com/playwright:v1.42.1 | ||
LABEL maintainer="[email protected]" | ||
|
||
ENV DEBIAN_FRONTEND=noninteractive | ||
|