From 73224e98e5cdee09aa3c3b197785cec0e0e01339 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 19:56:51 +0000 Subject: [PATCH] Update mcr.microsoft.com/playwright Docker tag to v1.49.1 --- playwright/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright/Dockerfile b/playwright/Dockerfile index 021820984a..7e918e04f7 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