Skip to content

Commit

Permalink
upped version to include bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ItIsFabian committed Sep 20, 2024
1 parent 33b4053 commit 6ab0c5f
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.44.0-focal
FROM mcr.microsoft.com/playwright:v1.44.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.44.0"
"@playwright/test": "1.44.1"
},
"scripts": {}
}

0 comments on commit 6ab0c5f

Please sign in to comment.