From a8d4311b91e5aa0291d3c3e4b09a736e8a8004f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 12:11:57 +0000 Subject: [PATCH] Update mcr.microsoft.com/playwright Docker tag to v1.45.0 --- e2e_testing/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e_testing/Dockerfile b/e2e_testing/Dockerfile index 51dcd32d5c..bbeb5ee1cc 100644 --- a/e2e_testing/Dockerfile +++ b/e2e_testing/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/playwright:v1.44.1-jammy +FROM mcr.microsoft.com/playwright:v1.45.0-jammy COPY . /tests