From 0924b10816b278a9a153ae4470f82bba7c4f9693 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Thu, 24 Oct 2024 10:56:09 +0800 Subject: [PATCH] ci: updated dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2aac5ea..0879c5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -# Use the official Playwright image -FROM mcr.microsoft.com/playwright:v1.42.1-jammy +# Use the official Playwright image with the latest version +FROM mcr.microsoft.com/playwright:v1.48.1-jammy # Set the working directory in the container WORKDIR /app