From 14294721393e56e691b7abad8b7042c4f911da85 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 17 Mar 2025 19:44:00 +0000
Subject: [PATCH] Update mcr.microsoft.com/playwright Docker tag to v1.51.1

---
 ui-playwright/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui-playwright/Dockerfile b/ui-playwright/Dockerfile
index cbb23bb..d3e8436 100644
--- a/ui-playwright/Dockerfile
+++ b/ui-playwright/Dockerfile
@@ -1,4 +1,4 @@
-FROM mcr.microsoft.com/playwright:v1.49.1-jammy
+FROM mcr.microsoft.com/playwright:v1.51.1-jammy
 
 RUN apt -y update \
     && apt -y --no-install-recommends install curl libnss3-tools \