From adeb23f6729f72b0fccccc95f7ee225e0779385d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:06:55 +0000 Subject: [PATCH] build(deps): bump playwright/python in the docker group Bumps the docker group with 1 update: playwright/python. Updates `playwright/python` from v1.48.0-jammy to v1.49.0-jammy --- updated-dependencies: - dependency-name: playwright/python dependency-type: direct:production dependency-group: docker ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 11a256c..c61db52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Playwright image from Microsoft -FROM mcr.microsoft.com/playwright/python:v1.48.0-jammy +FROM mcr.microsoft.com/playwright/python:v1.49.0-jammy # Set environment variables ENV PYTHONUNBUFFERED=1