Skip to content

Commit

Permalink
Merge pull request #1 from mt-ag/upgrade/up_to_1.40.1
Browse files Browse the repository at this point in the history
upped playwright version
  • Loading branch information
phartenfeller authored Jan 15, 2024
2 parents 877363b + 4a51205 commit 36586eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/playwright:v1.36.2-focal
FROM mcr.microsoft.com/playwright:v1.40.1-focal

LABEL org.opencontainers.image.source https://github.com/mt-ag/lct-playwright-image

Expand Down
2 changes: 1 addition & 1 deletion files/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"license": "MIT",
"dependencies": {
"@playwright/test": "1.36.2"
"@playwright/test": "1.40.1"
},
"scripts": {}
}

0 comments on commit 36586eb

Please sign in to comment.