diff --git a/Dockerfile b/Dockerfile index 35924a2..ad78b4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/files/package.json b/files/package.json index b926bb0..8868cbd 100644 --- a/files/package.json +++ b/files/package.json @@ -1,7 +1,7 @@ { "license": "MIT", "dependencies": { - "@playwright/test": "1.36.2" + "@playwright/test": "1.40.1" }, "scripts": {} }