From 7a486c2d23a8992051a3ce000088f68812bc62af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 12:17:07 +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.1-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 5475565..d0ce8f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Use the official Playwright image from Microsoft # Playwright only supports till v1.48.0 # DO NOT UPGRADE TO v1.49.1 -FROM mcr.microsoft.com/playwright/python:v1.48.0-jammy +FROM mcr.microsoft.com/playwright/python:v1.49.1-jammy # Set environment variables ENV PYTHONUNBUFFERED=1