From fb4e477dc267121efca3ba00e35359238267da5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 06:49:34 +0000 Subject: [PATCH] build(deps): bump playwright/python from v1.41.1-focal to v1.43.0-focal Bumps playwright/python from v1.41.1-focal to v1.43.0-focal. --- updated-dependencies: - dependency-name: playwright/python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6156f2a..cd5626e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/playwright/python:v1.41.1-focal +FROM mcr.microsoft.com/playwright/python:v1.43.0-focal ARG VERSION ENV VERSION ${VERSION:-master}