From c77a089da322dd1199b7f9252f7300ac016d3c69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 02:17:36 +0000 Subject: [PATCH] build(deps): bump playwright from v1.38.1-jammy to v1.42.1-jammy Bumps playwright from v1.38.1-jammy to v1.42.1-jammy. --- updated-dependencies: - dependency-name: playwright dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d1a9c2b..10ce261 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/playwright:v1.38.1-jammy +FROM mcr.microsoft.com/playwright:v1.42.1-jammy ARG UID=1000 GID=1000