1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

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

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