Skip to content

Conversation

@github-actions
Copy link
Contributor

SHA256_DIGEST=5a0f6472e69b7651f9e784bfbbf45264b53a22836c2aee77d59daf7265965748
NODE_VERSION=v22.18.0
PLAYWRIGHT_VERSION=
CHROME_VERSION=140.0.7339.186

diff --git a/Dockerfile b/Dockerfile
index 4fc9709..dff4169 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@

-FROM public.ecr.aws/lambda/nodejs@sha256:50a7ebf4fd6e17f6634926df07f073637c7586d2a021de09bf8eaf38ca2166db
+FROM public.ecr.aws/lambda/nodejs@sha256:5a0f6472e69b7651f9e784bfbbf45264b53a22836c2aee77d59daf7265965748

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 069765a..038a8f8 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.18.0
    -- Chromium 140.0.7339.16
    -- Playwright 1.55.0
    +- Chromium 140.0.7339.186
    +- Playwright 1.55.1

Running the demo

diff --git a/package-lock.json b/package-lock.json
index 8379a1c..4b674f7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8,7 +8,7 @@
"name": "docker-playwright-lambda",
"version": "1.0.0",
"dependencies": {

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

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

  •  "version": "1.55.0",
    
  •  "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.55.0.tgz",
    
  •  "integrity": "sha512-GvZs4vU3U5ro2nZpeiwyb0zuFaqb9sUiAJuyrWpcGouD8y9/HLgGbNRjIph7zU9D3hnPaisMl9zG9CgFi/biIg==",
    
  •  "version": "1.55.1",
    
  •  "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.55.1.tgz",
    
  •  "integrity": "sha512-Z6Mh9mkwX+zxSlHqdr5AOcJnfp+xUWLCt9uKV18fhzA8eyxUd8NUWzAjxUh55RZKSYwDGX0cfaySdhZJGMoJ+w==",
     "license": "Apache-2.0",
     "bin": {
       "playwright-core": "cli.js"
    

diff --git a/package.json b/package.json
index 802bd0b..14201d0 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,6 @@
"demo": "node index.js"
},
"dependencies": {

  • "playwright": "^1.55.0"
  • "playwright": "^1.55.1"
    }
    }

@github-actions github-actions bot merged commit 9102d9d into main Sep 24, 2025
@github-actions github-actions bot deleted the 2025-09-24-022744 branch September 24, 2025 02:27
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