Update playwright image (#12930)

This commit is contained in:
Florian Duros 2024-08-27 14:09:57 +02:00 committed by GitHub
parent f0a75d8ad5
commit 30f84cd5a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"]