From cb88661aa0541265c29e738d2f55abb8a4529a1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 17:36:09 +0000 Subject: [PATCH] Update mcr.microsoft.com/playwright Docker tag to v1.49.1 (#2034) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- playwright/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright/Dockerfile b/playwright/Dockerfile index 1be680b..eabb5d9 100644 --- a/playwright/Dockerfile +++ b/playwright/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/playwright:v1.49.0-jammy +FROM mcr.microsoft.com/playwright:v1.49.1-jammy WORKDIR /work/element-desktop