From 9f4061af5a0b9718fb3bc4a2df4eacb9a41f5230 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 02:07:18 +0000 Subject: [PATCH] build: Bump playwright from v1.45.1-jammy to v1.47.2-jammy Bumps playwright from v1.45.1-jammy to v1.47.2-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 4d83f86a..ed70313b 100644 --- a/playwright.Dockerfile +++ b/playwright.Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/playwright:v1.45.1-jammy +FROM mcr.microsoft.com/playwright:v1.47.2-jammy ARG UID=1000 GID=1000