From 16fd12271d727ae7376c557d07241b32c00b119d Mon Sep 17 00:00:00 2001 From: Emir Hodzic Date: Mon, 28 Oct 2024 11:00:53 +0100 Subject: [PATCH] chore(ci): update playwright version (#342) --- earthly/playwright/Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earthly/playwright/Earthfile b/earthly/playwright/Earthfile index 2cf96f81e..4ba7978c1 100644 --- a/earthly/playwright/Earthfile +++ b/earthly/playwright/Earthfile @@ -3,7 +3,7 @@ VERSION 0.8 SETUP: FUNCTION ARG workdir - FROM mcr.microsoft.com/playwright:v1.45.2-jammy + FROM mcr.microsoft.com/playwright:v1.48.0-jammy WORKDIR $workdir RUN apt-get update && apt-get install -y \