Skip to content

Commit 73bd867

Browse files
Version Updates Sun Mar 30 09:16:48 UTC 2025
1 parent 3b1befd commit 73bd867

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM public.ecr.aws/lambda/nodejs@sha256:9242d48c5a9fb0310ef7c0909d20ec3d0c0ede294758a0ae847a0cca7516e48a
2+
FROM public.ecr.aws/lambda/nodejs@sha256:98a7f65e7696e0f232ea1472176fb2383f315770554ed3b253379b2ecb52c73c
33

44
# Maybe some of these are not needed. I just copied them from https://github.com/umihico/docker-selenium-lambda
55
RUN dnf update -y && \

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ This is minimum demo of chrome automation by Node.js and playwright in AWS Lambd
77

88
This image goes with these versions. [These are automatically updated and tested everyday.](https://github.com/umihico/docker-playwright-lambda/actions)
99

10-
- Node.js v22.11.0
11-
- Chromium 133.0.6943.16
12-
- Playwright 1.50.0
10+
- Node.js v22.14.0
11+
- Chromium 134.0.6998.35
12+
- Playwright 1.51.1
1313

1414
## Running the demo
1515

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"demo": "node index.js"
77
},
88
"dependencies": {
9-
"playwright": "^1.50.0"
9+
"playwright": "^1.51.1"
1010
}
1111
}

0 commit comments

Comments
 (0)