Skip to content

Conversation

@github-actions
Copy link
Contributor

SHA256_DIGEST=41575710f26ea3bddef701eec3bcd6f757ee8f19b7f1706efafb00b4dd655329
NODE_VERSION=v22.14.0
PLAYWRIGHT_VERSION=
CHROME_VERSION=136.0.7103.25

diff --git a/Dockerfile b/Dockerfile
index 5add5b3..527f455 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@

-FROM public.ecr.aws/lambda/nodejs@sha256:98a7f65e7696e0f232ea1472176fb2383f315770554ed3b253379b2ecb52c73c
+FROM public.ecr.aws/lambda/nodejs@sha256:41575710f26ea3bddef701eec3bcd6f757ee8f19b7f1706efafb00b4dd655329

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 2b1b23d..8a37953 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.

  • Node.js v22.14.0
    -- Chromium 134.0.6998.35
    -- Playwright 1.51.1
    +- Chromium 136.0.7103.25
    +- Playwright 1.52.0

Running the demo

diff --git a/package-lock.json b/package-lock.json
index 11b01c5..5cfb57c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8,7 +8,7 @@
"name": "docker-playwright-lambda",
"version": "1.0.0",
"dependencies": {

  •    "playwright": "^1.51.1"
    
  •    "playwright": "^1.52.0"
     }
    
    },
    "node_modules/fsevents": {
    @@ -25,12 +25,12 @@
    }
    },
    "node_modules/playwright": {
  •  "version": "1.51.1",
    
  •  "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.51.1.tgz",
    
  •  "integrity": "sha512-kkx+MB2KQRkyxjYPc3a0wLZZoDczmppyGJIvQ43l+aZihkaVvmu/21kiyaHeHjiFxjxNNFnUncKmcGIyOojsaw==",
    
  •  "version": "1.52.0",
    
  •  "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.52.0.tgz",
    
  •  "integrity": "sha512-JAwMNMBlxJ2oD1kce4KPtMkDeKGHQstdpFPcPH3maElAXon/QZeTvtsfXmTMRyO9TslfoYOXkSsvao2nE1ilTw==",
     "license": "Apache-2.0",
     "dependencies": {
    
  •    "playwright-core": "1.51.1"
    
  •    "playwright-core": "1.52.0"
     },
     "bin": {
       "playwright": "cli.js"
    

@@ -43,9 +43,9 @@
}
},
"node_modules/playwright-core": {

  •  "version": "1.51.1",
    
  •  "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.51.1.tgz",
    
  •  "integrity": "sha512-/crRMj8+j/Nq5s8QcvegseuyeZPxpQCZb6HNk3Sos3BlZyAknRjoyJPFWkpNn8v0+P3WiwqFF8P+zQo4eqiNuw==",
    
  •  "version": "1.52.0",
    
  •  "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.52.0.tgz",
    
  •  "integrity": "sha512-l2osTgLXSMeuLZOML9qYODUQoPPnUsKsb5/P6LJ2e6uPKXUdPK5WYhN4z03G+YNbWmGDY4YENauNu4ZKczreHg==",
     "license": "Apache-2.0",
     "bin": {
       "playwright-core": "cli.js"
    

diff --git a/package.json b/package.json
index b3b96a1..c561623 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,6 @@
"demo": "node index.js"
},
"dependencies": {

  • "playwright": "^1.51.1"
  • "playwright": "^1.52.0"
    }
    }

@github-actions github-actions bot merged commit dd2f027 into main Apr 18, 2025
@github-actions github-actions bot deleted the 2025-04-18-023034 branch April 18, 2025 02:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant