From 25e76677e98bc38cafe00627b5e991e90a71fcec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 11:49:44 +0000 Subject: [PATCH] Bump playwright/python from v1.32.1-focal to v1.36.0-focal in /e2e Bumps playwright/python from v1.32.1-focal to v1.36.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 6bab4b7d2..241c79d63 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.36.0-focal COPY entrypoint.sh wait-for ./ RUN apt update -y \ && apt install -y netcat wget \