From e07607cb54c379c86ae263a3b957261f5a82b2e7 Mon Sep 17 00:00:00 2001 From: Marija Date: Fri, 29 Nov 2024 10:26:39 +0100 Subject: [PATCH] Update mcr.microsoft.com/playwright Docker tag to v1.48.2 --- .github/workflows/templates/docker-compose.playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/templates/docker-compose.playwright.yml b/.github/workflows/templates/docker-compose.playwright.yml index 940f1db1..258d5aa4 100644 --- a/.github/workflows/templates/docker-compose.playwright.yml +++ b/.github/workflows/templates/docker-compose.playwright.yml @@ -2,7 +2,7 @@ version: '3' services: playwright: - image: mcr.microsoft.com/playwright:v1.49.0-focal + image: mcr.microsoft.com/playwright:v1.48.2-focal networks: - localnetwork shm_size: 1gb