From 8d261d98195f57fba560a609326a72ea26ffc20f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 00:52:48 +0000 Subject: [PATCH] Update mcr.microsoft.com/playwright Docker tag to v1.49.1 (#28706) 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 021820984a9..7e918e04f7c 100644 --- a/playwright/Dockerfile +++ b/playwright/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/playwright:v1.49.0-noble +FROM mcr.microsoft.com/playwright:v1.49.1-noble WORKDIR /work