Skip to content

Commit a8cb0de

Browse files
chore(deps): update ghcr.io/serenity-js/playwright docker tag to v1.57.0 (#1328)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 595fae2 commit a8cb0de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"image": "ghcr.io/serenity-js/playwright:v1.56.1-noble",
2+
"image": "ghcr.io/serenity-js/playwright:v1.57.0-noble",
33

44
"features": {
55
"ghcr.io/devcontainers/features/desktop-lite:1": {},

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
timeout-minutes: 60
1313
runs-on: ubuntu-latest
1414
container:
15-
image: ghcr.io/serenity-js/playwright:v1.56.1-noble
15+
image: ghcr.io/serenity-js/playwright:v1.57.0-noble
1616
steps:
1717
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1818
- uses: actions/setup-node@v6

0 commit comments

Comments
 (0)