From 6930c3394ca2292be84ad711fd8f498e38cbf8d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 21:18:52 +0000 Subject: [PATCH] Update mcr.microsoft.com/playwright Docker tag to v1.48.2 --- ui-playwright/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-playwright/Dockerfile b/ui-playwright/Dockerfile index d109d03..bfea40a 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.48.2-jammy RUN apt -y update \ && apt -y --no-install-recommends install curl libnss3-tools \