PR:Version Updates Thu Aug 21 02:44:59 UTC 2025 #48
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SHA256_DIGEST=000134116249aa24a6e9bc2961087efbb9b30cfb3b63796c837d766d824e4c70
NODE_VERSION=v22.15.1
PLAYWRIGHT_VERSION=
CHROME_VERSION=140.0.7339.16
diff --git a/Dockerfile b/Dockerfile
index 040b672..3a15e51 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
-FROM public.ecr.aws/lambda/nodejs@sha256:4b5ca7078b09bc08f3d742d6064a3966a778bc3d0e9f0fc50e3d1a5aa5ce890b
+FROM public.ecr.aws/lambda/nodejs@sha256:000134116249aa24a6e9bc2961087efbb9b30cfb3b63796c837d766d824e4c70
Maybe some of these are not needed. I just copied them from https://github.com/umihico/docker-selenium-lambda
RUN dnf update -y &&
diff --git a/README.md b/README.md
index 61f4e4e..78d0ef1 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@ 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.
-- Chromium 139.0.7258.5
-- Playwright 1.54.2
+- Chromium 140.0.7339.16
+- Playwright 1.55.0
Running the demo
diff --git a/package-lock.json b/package-lock.json
index 3a54947..8379a1c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8,7 +8,7 @@
"name": "docker-playwright-lambda",
"version": "1.0.0",
"dependencies": {
"node_modules/fsevents": {
@@ -25,12 +25,12 @@
}
},
"node_modules/playwright": {
@@ -43,9 +43,9 @@
}
},
"node_modules/playwright-core": {
diff --git a/package.json b/package.json
index f840f86..802bd0b 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,6 @@
"demo": "node index.js"
},
"dependencies": {
}
}