From dee659d1c755d41df6e139249999ae8d36dc608f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 02:16:56 +0000 Subject: [PATCH] build: Bump playwright from 1.38.1-jammy to v1.40.0-jammy Bumps playwright from 1.38.1-jammy to v1.40.0-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 4052a166..4f8a7ad8 100644 --- a/playwright.Dockerfile +++ b/playwright.Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/playwright:v1.38.1-jammy +FROM mcr.microsoft.com/playwright:v1.40.0-jammy ARG UID=1000 GID=1000