From b2848d75fc1938cf00feaaabfba5dbe32fc034f8 Mon Sep 17 00:00:00 2001 From: Dan Cormier Date: Tue, 17 Oct 2023 13:56:23 -0400 Subject: [PATCH] test(visual-regression): update playwright image (#1528) --- run-test-visual.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-test-visual.ps1 b/run-test-visual.ps1 index 9d0b7316e9..0e15a6aff2 100755 --- a/run-test-visual.ps1 +++ b/run-test-visual.ps1 @@ -1,7 +1,7 @@ $current_dir = if ($env:OS -eq "Windows_NT") { Get-Location } else { pwd } $dockerfile = @" -FROM mcr.microsoft.com/playwright:v1.36.0-jammy +FROM mcr.microsoft.com/playwright:v1.39.0-jammy WORKDIR /app COPY package*.json ./ RUN npm ci