From 64323bd223207ba3844d699e8d5393e9031936a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 20:09:36 +0000 Subject: [PATCH] Update mcr.microsoft.com/playwright Docker tag to v1.41.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1c7b35c..b3376b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/playwright:v1.40.1-focal +FROM mcr.microsoft.com/playwright:v1.41.2-focal RUN apt-get update && \ # Install node18