From a5314a22390d2132b1972a457deacb2a390631ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 02:11:50 +0000 Subject: [PATCH] build: Bump playwright from v1.40.1-jammy to v1.41.1-jammy Bumps playwright from v1.40.1-jammy to v1.41.1-jammy. --- updated-dependencies: - dependency-name: playwright dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- playwright.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.Dockerfile b/playwright.Dockerfile index 2b08cdc5..c5d6d3da 100644 --- a/playwright.Dockerfile +++ b/playwright.Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/playwright:v1.40.1-jammy +FROM mcr.microsoft.com/playwright:v1.41.1-jammy ARG UID=1000 GID=1000