Skip to content

Commit 873cfe6

Browse files
chore: update playwright to v1.48.1
1 parent 07c82ef commit 873cfe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/playwright-container.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
log,
1515
} from "testcontainers";
1616

17-
export const DEFAULT_PLAYWRIGHT_CONTAINER_IMAGE = "mcr.microsoft.com/playwright:v1.47.2-jammy";
17+
export const DEFAULT_PLAYWRIGHT_CONTAINER_IMAGE = "mcr.microsoft.com/playwright:v1.48.1-jammy";
1818

1919
export const CONTAINER_WORKING_DIRECTORY = "/playwright";
2020

0 commit comments

Comments
 (0)