Skip to content

Commit 549b096

Browse files
Merge pull request #36 from umihico/2024-12-10-024041
PR:Version Updates Tue Dec 10 02:40:41 UTC 2024
2 parents 8168579 + c500290 commit 549b096

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
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:8a98aa1e80e5d6ad7750d5bc163e25f07df83f532f6051819059e33925bab30f
2+
FROM public.ecr.aws/lambda/nodejs@sha256:42cb7f0f72ff3314a21a8912153a7bf35e610b63a61eaf5557bfb2041e00cd82
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This image goes with these versions. [These are automatically updated and tested
99

1010
- Node.js v22.11.0
1111
- Chromium 131.0.6778.33
12-
- Playwright 1.49.0
12+
- Playwright 1.49.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.49.0"
9+
"playwright": "^1.49.1"
1010
}
1111
}

0 commit comments

Comments
 (0)