From ebcb65d1291648576cdfe48958fe016882b1f24e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 22:38:27 +0000 Subject: [PATCH] build(deps): bump playwright/python Bumps the docker group with 1 update in the / directory: 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 11a256c..03bf1a7 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.1-jammy # Set environment variables ENV PYTHONUNBUFFERED=1