Skip to content

Commit 1b99e6f

Browse files
Merge pull request #14 from umihico/2024-05-07-003351
PR:Version Updates Tue May 7 00:33:51 UTC 2024
2 parents 3f96cfb + dc94440 commit 1b99e6f

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
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:84db0b08e2ff9909b37588186427957eec2c4dac13853bcf4e394418cc7b2c2f
2+
FROM public.ecr.aws/lambda/nodejs@sha256:d7035a0068ad08d0afc256f7c1895d1dd7b9ad2f5a0e9ebbf27a96b87f1f51cb
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ This is minimum demo of chrome automation by Node.js and playwright in AWS Lambd
88
This image goes with these versions. [These are automatically updated and tested everyday.](https://github.com/umihico/docker-playwright-lambda/actions)
99

1010
- Node.js v20.12.0
11-
- Chromium 124.0.6367.29
12-
- Playwright 1.43.1
11+
- Chromium 125.0.6422.26
12+
- Playwright 1.44.0
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.43.1"
9+
"playwright": "^1.44.0"
1010
}
1111
}

0 commit comments

Comments
 (0)