Skip to content

Conversation

@github-actions
Copy link
Contributor

SHA256_DIGEST=fd5ae5535325d941e9dfff16d7a5c78122e985436328986ec91c1eb59d9714a2
NODE_VERSION=v22.15.1
PLAYWRIGHT_VERSION=
CHROME_VERSION=138.0.7204.23

diff --git a/Dockerfile b/Dockerfile
index 921032d..d14040a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@

-FROM public.ecr.aws/lambda/nodejs@sha256:b2810461a42f15595a382169be89995374fa51dc0874eef8997c1046be2af742
+FROM public.ecr.aws/lambda/nodejs@sha256:fd5ae5535325d941e9dfff16d7a5c78122e985436328986ec91c1eb59d9714a2

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 415bc96..5256f33 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.15.1
    -- Chromium 138.0.7204.15
    -- Playwright 1.53.0
    +- Chromium 138.0.7204.23
    +- Playwright 1.53.1

Running the demo

diff --git a/package-lock.json b/package-lock.json
index 03ee7e1..22a2bc4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8,7 +8,7 @@
"name": "docker-playwright-lambda",
"version": "1.0.0",
"dependencies": {

  •    "playwright": "^1.53.0"
    
  •    "playwright": "^1.53.1"
     }
    
    },
    "node_modules/fsevents": {
    @@ -25,12 +25,12 @@
    }
    },
    "node_modules/playwright": {
  •  "version": "1.53.0",
    
  •  "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.53.0.tgz",
    
  •  "integrity": "sha512-ghGNnIEYZC4E+YtclRn4/p6oYbdPiASELBIYkBXfaTVKreQUYbMUYQDwS12a8F0/HtIjr/CkGjtwABeFPGcS4Q==",
    
  •  "version": "1.53.1",
    
  •  "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.53.1.tgz",
    
  •  "integrity": "sha512-LJ13YLr/ocweuwxyGf1XNFWIU4M2zUSo149Qbp+A4cpwDjsxRPj7k6H25LBrEHiEwxvRbD8HdwvQmRMSvquhYw==",
     "license": "Apache-2.0",
     "dependencies": {
    
  •    "playwright-core": "1.53.0"
    
  •    "playwright-core": "1.53.1"
     },
     "bin": {
       "playwright": "cli.js"
    

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

  •  "version": "1.53.0",
    
  •  "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.53.0.tgz",
    
  •  "integrity": "sha512-mGLg8m0pm4+mmtB7M89Xw/GSqoNC+twivl8ITteqvAndachozYe2ZA7srU6uleV1vEdAHYqjq+SV8SNxRRFYBw==",
    
  •  "version": "1.53.1",
    
  •  "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.53.1.tgz",
    
  •  "integrity": "sha512-Z46Oq7tLAyT0lGoFx4DOuB1IA9D1TPj0QkYxpPVUnGDqHHvDpCftu1J2hM2PiWsNMoZh8+LQaarAWcDfPBc6zg==",
     "license": "Apache-2.0",
     "bin": {
       "playwright-core": "cli.js"
    

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

  • "playwright": "^1.53.0"
  • "playwright": "^1.53.1"
    }
    }

@github-actions github-actions bot merged commit 5148f9e into main Jun 19, 2025
@github-actions github-actions bot deleted the 2025-06-19-025318 branch June 19, 2025 02:53
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