From b6bbcefa1b2bfe0867f28e6a3a79e2f44e8a1c81 Mon Sep 17 00:00:00 2001 From: R Midhun Suresh Date: Tue, 27 Aug 2024 15:43:16 +0530 Subject: [PATCH] Upgrade playwright image in dockerfile --- playwright/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright/Dockerfile b/playwright/Dockerfile index 29e7f83f1fc0..1a463c678116 100644 --- a/playwright/Dockerfile +++ b/playwright/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/playwright:v1.45.3-jammy +FROM mcr.microsoft.com/playwright:v1.46.1-jammy WORKDIR /work/matrix-react-sdk VOLUME ["/work/element-web/node_modules"]