Skip to content

Commit 5148f9e

Browse files
Merge pull request #43 from umihico/2025-06-19-025318
PR:Version Updates Thu Jun 19 02:53:18 UTC 2025
2 parents 358ce88 + 70f1812 commit 5148f9e

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:b2810461a42f15595a382169be89995374fa51dc0874eef8997c1046be2af742
2+
FROM public.ecr.aws/lambda/nodejs@sha256:fd5ae5535325d941e9dfff16d7a5c78122e985436328986ec91c1eb59d9714a2
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 v22.15.1
11-
- Chromium 138.0.7204.15
12-
- Playwright 1.53.0
11+
- Chromium 138.0.7204.23
12+
- Playwright 1.53.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.53.0"
9+
"playwright": "^1.53.1"
1010
}
1111
}

0 commit comments

Comments
 (0)