Skip to content

Conversation

@github-actions
Copy link
Contributor

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.

  • Node.js v22.15.1
    -- 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": {

  •    "playwright": "^1.54.2"
    
  •    "playwright": "^1.55.0"
     }
    
    },
    "node_modules/fsevents": {
    @@ -25,12 +25,12 @@
    }
    },
    "node_modules/playwright": {
  •  "version": "1.54.2",
    
  •  "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.54.2.tgz",
    
  •  "integrity": "sha512-Hu/BMoA1NAdRUuulyvQC0pEqZ4vQbGfn8f7wPXcnqQmM+zct9UliKxsIkLNmz/ku7LElUNqmaiv1TG/aL5ACsw==",
    
  •  "version": "1.55.0",
    
  •  "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.55.0.tgz",
    
  •  "integrity": "sha512-sdCWStblvV1YU909Xqx0DhOjPZE4/5lJsIS84IfN9dAZfcl/CIZ5O8l3o0j7hPMjDvqoTF8ZUcc+i/GL5erstA==",
     "license": "Apache-2.0",
     "dependencies": {
    
  •    "playwright-core": "1.54.2"
    
  •    "playwright-core": "1.55.0"
     },
     "bin": {
       "playwright": "cli.js"
    

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

  •  "version": "1.54.2",
    
  •  "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.54.2.tgz",
    
  •  "integrity": "sha512-n5r4HFbMmWsB4twG7tJLDN9gmBUeSPcsBZiWSE4DnYz9mJMAFqr2ID7+eGC9kpEnxExJ1epttwR59LEWCk8mtA==",
    
  •  "version": "1.55.0",
    
  •  "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.55.0.tgz",
    
  •  "integrity": "sha512-GvZs4vU3U5ro2nZpeiwyb0zuFaqb9sUiAJuyrWpcGouD8y9/HLgGbNRjIph7zU9D3hnPaisMl9zG9CgFi/biIg==",
     "license": "Apache-2.0",
     "bin": {
       "playwright-core": "cli.js"
    

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": {

  • "playwright": "^1.54.2"
  • "playwright": "^1.55.0"
    }
    }

@github-actions github-actions bot merged commit 990b170 into main Aug 21, 2025
@github-actions github-actions bot deleted the 2025-08-21-024459 branch August 21, 2025 02:45
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