Skip to content

Commit

Permalink
Merge pull request #2 from mt-ag/upgrade_to_playwright_1.44.0
Browse files Browse the repository at this point in the history
upped pw version number
  • Loading branch information
ItIsFabian authored May 22, 2024
2 parents 36586eb + c693ccf commit 33b4053
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.40.1-focal
FROM mcr.microsoft.com/playwright:v1.44.0-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.40.1"
"@playwright/test": "1.44.0"
},
"scripts": {}
}

0 comments on commit 33b4053

Please sign in to comment.