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:000134116249aa24a6e9bc2961087efbb9b30cfb3b63796c837d766d824e4c70
FROM public.ecr.aws/lambda/nodejs@sha256:50a7ebf4fd6e17f6634926df07f073637c7586d2a021de09bf8eaf38ca2166db

# 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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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.15.1
- Node.js v22.18.0
- Chromium 140.0.7339.16
- Playwright 1.55.0

Expand Down