Skip to content

Commit

Permalink
test(visual-regression): update playwright image (#1528)
Browse files Browse the repository at this point in the history
  • Loading branch information
dancormier authored Oct 17, 2023
1 parent 53e9f93 commit b2848d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-test-visual.ps1
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b2848d7

Please sign in to comment.