From a3545483b1b7d208c20d207936dfdc18457fd772 Mon Sep 17 00:00:00 2001 From: younglim Date: Wed, 11 Sep 2024 11:46:20 +0800 Subject: [PATCH] Update docker image mcr --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3197fa7..4212997 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use Microsoft Playwright distribution -FROM mcr.microsoft.com/playwright:v1.42.1-jammy +FROM mcr.microsoft.com/playwright:v1.47.0-jammy # Set the working directory in the container WORKDIR /app