From 30f84cd5a9714dad9ca0e84625700864591c2e9b Mon Sep 17 00:00:00 2001 From: Florian Duros Date: Tue, 27 Aug 2024 14:09:57 +0200 Subject: [PATCH] Update playwright image (#12930) --- playwright/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright/Dockerfile b/playwright/Dockerfile index 29e7f83f1f..1a463c6781 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"]