From 85dddb79091c7123b93882aa80e6c4f97037b1b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 03:40:37 +0000 Subject: [PATCH] Update mcr.microsoft.com/playwright Docker tag to v1.49.1 --- ui-playwright/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-playwright/Dockerfile b/ui-playwright/Dockerfile index d109d03..cbb23bb 100644 --- a/ui-playwright/Dockerfile +++ b/ui-playwright/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/playwright:v1.48.1-jammy +FROM mcr.microsoft.com/playwright:v1.49.1-jammy RUN apt -y update \ && apt -y --no-install-recommends install curl libnss3-tools \