Skip to content

Commit

Permalink
Version Updates Wed Oct 9 02:21:19 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 9, 2024
1 parent 6e43add commit 943b513
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM public.ecr.aws/lambda/nodejs@sha256:6f7b84ff55c470396d978e651c3e41ca86b6ca262c885a5ad7ef4dc07dbe9013
FROM public.ecr.aws/lambda/nodejs@sha256:512196c8dd68a26091aa0391054fe5f4637f311607bea1a7ff5173a018855def

# Maybe some of these are not needed. I just copied them from https://github.com/umihico/docker-selenium-lambda
RUN dnf update -y && \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ This is minimum demo of chrome automation by Node.js and playwright in AWS Lambd
This image goes with these versions. [These are automatically updated and tested everyday.](https://github.com/umihico/docker-playwright-lambda/actions)

- Node.js v20.17.0
- Chromium 129.0.6668.29
- Playwright 1.47.2
- Chromium 130.0.6723.31
- Playwright 1.48.0

## Running the demo

Expand Down
18 changes: 10 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"demo": "node index.js"
},
"dependencies": {
"playwright": "^1.47.2"
"playwright": "^1.48.0"
}
}

0 comments on commit 943b513

Please sign in to comment.