PR:Version Updates Fri Apr 5 00:33:30 UTC 2024 #10
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=75d9a7cd0e1fee566152f8b1aa39019727e61fd47da982984abf7a4da5df90e8
NODE_VERSION=v20.11.1
PLAYWRIGHT_VERSION=
CHROME_VERSION=124.0.6367.29
diff --git a/Dockerfile b/Dockerfile
index cc562e8..16aaa05 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
-FROM public.ecr.aws/lambda/nodejs@sha256:bbc77674444ba2e8ef9c8bd17c3e7c557ac7a304c54754a8a14bb84a008f3f40
+FROM public.ecr.aws/lambda/nodejs@sha256:75d9a7cd0e1fee566152f8b1aa39019727e61fd47da982984abf7a4da5df90e8
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 3c8e115..23e60c0 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 123.0.6312.4
-- Playwright 1.42.1
+- Chromium 124.0.6367.29
+- Playwright 1.43.0
Running the demo
diff --git a/package-lock.json b/package-lock.json
index b094296..d3cab83 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,11 +25,11 @@
}
},
"node_modules/playwright": {
@@ -42,9 +42,9 @@
}
},
"node_modules/playwright-core": {
diff --git a/package.json b/package.json
index fbd49fd..be1bca4 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,6 @@
"demo": "node index.js"
},
"dependencies": {
}
}