From ca108914f6e1b80f27dfcb4f08cce164e570a3dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 16:17:00 +0000 Subject: [PATCH] Bump playwright/python from v1.32.1-focal to v1.35.0-focal in /e2e Bumps playwright/python from v1.32.1-focal to v1.35.0-focal. --- updated-dependencies: - dependency-name: playwright/python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- e2e/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/Dockerfile b/e2e/Dockerfile index 6bab4b7d2e..957d93c674 100644 --- a/e2e/Dockerfile +++ b/e2e/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/playwright/python:v1.32.1-focal +FROM mcr.microsoft.com/playwright/python:v1.35.0-focal COPY entrypoint.sh wait-for ./ RUN apt update -y \ && apt install -y netcat wget \