From 9e47a9a5276a8e033e6bcc654f4add28cd2cc764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 06:35:37 +0900 Subject: [PATCH] build(deps): bump playwright/python from v1.46.0-focal to v1.48.0-focal (#266) Bumps playwright/python from v1.46.0-focal to v1.48.0-focal. --- 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> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cd41ee0..f2b4d1f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/playwright/python:v1.46.0-focal +FROM mcr.microsoft.com/playwright/python:v1.48.0-focal ARG VERSION ENV VERSION ${VERSION:-master}