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