Skip to content

Commit

Permalink
upped playwright version
Browse files Browse the repository at this point in the history
  • Loading branch information
ItIsFabian committed Jan 15, 2024
1 parent 877363b commit 4a51205
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 4a51205

Please sign in to comment.