From e8a6058ca4f543eb2630d825f5ba069e40068869 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 10:02:46 +0100 Subject: [PATCH] Bump playwright/python in /docker/auxiliary-containers/gcb_playwright (#999) Bumps playwright/python from v1.48.0-jammy to v1.49.0-jammy. --- updated-dependencies: - dependency-name: playwright/python dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docker/auxiliary-containers/gcb_playwright/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/auxiliary-containers/gcb_playwright/Dockerfile b/docker/auxiliary-containers/gcb_playwright/Dockerfile index 52e585ef..e5e783c7 100644 --- a/docker/auxiliary-containers/gcb_playwright/Dockerfile +++ b/docker/auxiliary-containers/gcb_playwright/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/playwright/python:v1.48.0-jammy +FROM mcr.microsoft.com/playwright/python:v1.49.0-jammy # Install dependencies RUN apt-get update && apt-get install -y curl wget gnupg && rm -rf /var/lib/apt/lists/*