Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Apr 5, 2024

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.

  • Node.js v20.11.1
    -- 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": {

  •    "playwright": "^1.42.1"
    
  •    "playwright": "^1.43.0"
     }
    
    },
    "node_modules/fsevents": {
    @@ -25,11 +25,11 @@
    }
    },
    "node_modules/playwright": {
  •  "version": "1.42.1",
    
  •  "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.42.1.tgz",
    
  •  "integrity": "sha512-PgwB03s2DZBcNRoW+1w9E+VkLBxweib6KTXM0M3tkiT4jVxKSi6PmVJ591J+0u10LUrgxB7dLRbiJqO5s2QPMg==",
    
  •  "version": "1.43.0",
    
  •  "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.43.0.tgz",
    
  •  "integrity": "sha512-SiOKHbVjTSf6wHuGCbqrEyzlm6qvXcv7mENP+OZon1I07brfZLGdfWV0l/efAzVx7TF3Z45ov1gPEkku9q25YQ==",
     "dependencies": {
    
  •    "playwright-core": "1.42.1"
    
  •    "playwright-core": "1.43.0"
     },
     "bin": {
       "playwright": "cli.js"
    

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

  •  "version": "1.42.1",
    
  •  "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.42.1.tgz",
    
  •  "integrity": "sha512-mxz6zclokgrke9p1vtdy/COWBH+eOZgYUVVU34C73M+4j4HLlQJHtfcqiqqxpP0o8HhMkflvfbquLX5dg6wlfA==",
    
  •  "version": "1.43.0",
    
  •  "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.43.0.tgz",
    
  •  "integrity": "sha512-iWFjyBUH97+pUFiyTqSLd8cDMMOS0r2ZYz2qEsPjH8/bX++sbIJT35MSwKnp1r/OQBAqC5XO99xFbJ9XClhf4w==",
     "bin": {
       "playwright-core": "cli.js"
     },
    

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

  • "playwright": "^1.42.1"
  • "playwright": "^1.43.0"
    }
    }

@github-actions github-actions bot merged commit 0e67136 into main Apr 5, 2024
@github-actions github-actions bot deleted the 2024-04-05-003330 branch April 5, 2024 00:33
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