-
Notifications
You must be signed in to change notification settings - Fork 517
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 version to 1.39.0 (#2230)
- Loading branch information
1 parent
f8c884c
commit ed94c28
Showing
3 changed files
with
37 additions
and
26 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,10 +1,8 @@ | ||
FROM mcr.microsoft.com/playwright:v1.37.1 | ||
FROM mcr.microsoft.com/playwright:v1.39.0 | ||
LABEL maintainer="team@artillery.io" | ||
|
||
RUN npm install -g artillery artillery-engine-playwright && \ | ||
RUN npm install -g artillery \ | ||
npm cache clean --force && \ | ||
rm -rf /root/.cache && \ | ||
rm -rf /ms-playwright/firefox* && \ | ||
rm -rf /ms-playwright/webkit* | ||
rm -rf /root/.cache && | ||
|
||
ENTRYPOINT ["/usr/bin/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