Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:98a7f65e7696e0f232ea1472176fb2383f315770554ed3b253379b2ecb52c73c
FROM public.ecr.aws/lambda/nodejs@sha256:41575710f26ea3bddef701eec3bcd6f757ee8f19b7f1706efafb00b4dd655329

# 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 v22.14.0
- Chromium 134.0.6998.35
- Playwright 1.51.1
- Chromium 136.0.7103.25
- Playwright 1.52.0

## Running the demo

Expand Down
16 changes: 8 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.51.1"
"playwright": "^1.52.0"
}
}