Skip to content

Releases: umihico/docker-playwright-lambda

Version Updates Sun May 26 02:46:25 UTC 2024

26 May 02:46
1f9d2a1

Choose a tag to compare

SHA256_DIGEST=7a14579b0f0e6df666833635b4848ef49be6b37f65e021894dbc13330bb0d8f0
NODE_VERSION=v20.13.1
PLAYWRIGHT_VERSION=
CHROME_VERSION=125.0.6422.26

diff --git a/Dockerfile b/Dockerfile
index 27b14dd..758ff7c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@

-FROM public.ecr.aws/lambda/nodejs@sha256:3cd2f6b351cc027e70d9afc03fa6e64253aa610bc35136c7643b8fede95d6918
+FROM public.ecr.aws/lambda/nodejs@sha256:7a14579b0f0e6df666833635b4848ef49be6b37f65e021894dbc13330bb0d8f0

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 b0a1515..d1fc4d3 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ This image goes with these versions. [These are automatically updated and tested

  • Node.js v20.13.1
  • Chromium 125.0.6422.26
    -- Playwright 1.44.0
    +- Playwright 1.44.1

Running the demo

diff --git a/package-lock.json b/package-lock.json
index 6dfc269..e79a397 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8,7 +8,7 @@
"name": "docker-playwright-lambda",
"version": "1.0.0",
"dependencies": {

  •    "playwright": "^1.44.0"
    
  •    "playwright": "^1.44.1"
     }
    
    },
    "node_modules/fsevents": {
    @@ -25,11 +25,11 @@
    }
    },
    "node_modules/playwright": {
  •  "version": "1.44.0",
    
  •  "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.44.0.tgz",
    
  •  "integrity": "sha512-F9b3GUCLQ3Nffrfb6dunPOkE5Mh68tR7zN32L4jCk4FjQamgesGay7/dAAe1WaMEGV04DkdJfcJzjoCKygUaRQ==",
    
  •  "version": "1.44.1",
    
  •  "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.44.1.tgz",
    
  •  "integrity": "sha512-qr/0UJ5CFAtloI3avF95Y0L1xQo6r3LQArLIg/z/PoGJ6xa+EwzrwO5lpNr/09STxdHuUoP2mvuELJS+hLdtgg==",
     "dependencies": {
    
  •    "playwright-core": "1.44.0"
    
  •    "playwright-core": "1.44.1"
     },
     "bin": {
       "playwright": "cli.js"
    

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

  •  "version": "1.44.0",
    
  •  "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.44.0.tgz",
    
  •  "integrity": "sha512-ZTbkNpFfYcGWohvTTl+xewITm7EOuqIqex0c7dNZ+aXsbrLj0qI8XlGKfPpipjm0Wny/4Lt4CJsWJk1stVS5qQ==",
    
  •  "version": "1.44.1",
    
  •  "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.44.1.tgz",
    
  •  "integrity": "sha512-wh0JWtYTrhv1+OSsLPgFzGzt67Y7BE/ZS3jEqgGBlp2ppp1ZDj8c+9IARNW4dwf1poq5MgHreEM2KV/GuR4cFA==",
     "bin": {
       "playwright-core": "cli.js"
     },
    

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

  • "playwright": "^1.44.0"
  • "playwright": "^1.44.1"
    }
    }

Version Updates Tue May 14 00:33:55 UTC 2024

14 May 00:34
f1d0f1a

Choose a tag to compare

SHA256_DIGEST=3cd2f6b351cc027e70d9afc03fa6e64253aa610bc35136c7643b8fede95d6918
NODE_VERSION=v20.13.1
PLAYWRIGHT_VERSION=
CHROME_VERSION=125.0.6422.26

diff --git a/Dockerfile b/Dockerfile
index dbec1c0..27b14dd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@

-FROM public.ecr.aws/lambda/nodejs@sha256:d7035a0068ad08d0afc256f7c1895d1dd7b9ad2f5a0e9ebbf27a96b87f1f51cb
+FROM public.ecr.aws/lambda/nodejs@sha256:3cd2f6b351cc027e70d9afc03fa6e64253aa610bc35136c7643b8fede95d6918

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 e004005..8229e0b 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ 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.12.0
+- Node.js v20.13.1

  • Chromium 125.0.6422.26
  • Playwright 1.44.0

Version Updates Tue May 7 00:33:51 UTC 2024

07 May 00:33
1b99e6f

Choose a tag to compare

SHA256_DIGEST=d7035a0068ad08d0afc256f7c1895d1dd7b9ad2f5a0e9ebbf27a96b87f1f51cb
NODE_VERSION=v20.12.0
PLAYWRIGHT_VERSION=
CHROME_VERSION=125.0.6422.26

diff --git a/Dockerfile b/Dockerfile
index c6a8a35..dbec1c0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@

-FROM public.ecr.aws/lambda/nodejs@sha256:84db0b08e2ff9909b37588186427957eec2c4dac13853bcf4e394418cc7b2c2f
+FROM public.ecr.aws/lambda/nodejs@sha256:d7035a0068ad08d0afc256f7c1895d1dd7b9ad2f5a0e9ebbf27a96b87f1f51cb

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 3d62d59..e004005 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.12.0
    -- Chromium 124.0.6367.29
    -- Playwright 1.43.1
    +- Chromium 125.0.6422.26
    +- Playwright 1.44.0

Running the demo

diff --git a/package-lock.json b/package-lock.json
index e0a194f..6dfc269 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8,7 +8,7 @@
"name": "docker-playwright-lambda",
"version": "1.0.0",
"dependencies": {

  •    "playwright": "^1.43.1"
    
  •    "playwright": "^1.44.0"
     }
    
    },
    "node_modules/fsevents": {
    @@ -25,11 +25,11 @@
    }
    },
    "node_modules/playwright": {
  •  "version": "1.43.1",
    
  •  "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.43.1.tgz",
    
  •  "integrity": "sha512-V7SoH0ai2kNt1Md9E3Gwas5B9m8KR2GVvwZnAI6Pg0m3sh7UvgiYhRrhsziCmqMJNouPckiOhk8T+9bSAK0VIA==",
    
  •  "version": "1.44.0",
    
  •  "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.44.0.tgz",
    
  •  "integrity": "sha512-F9b3GUCLQ3Nffrfb6dunPOkE5Mh68tR7zN32L4jCk4FjQamgesGay7/dAAe1WaMEGV04DkdJfcJzjoCKygUaRQ==",
     "dependencies": {
    
  •    "playwright-core": "1.43.1"
    
  •    "playwright-core": "1.44.0"
     },
     "bin": {
       "playwright": "cli.js"
    

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

  •  "version": "1.43.1",
    
  •  "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.43.1.tgz",
    
  •  "integrity": "sha512-EI36Mto2Vrx6VF7rm708qSnesVQKbxEWvPrfA1IPY6HgczBplDx7ENtx+K2n4kJ41sLLkuGfmb0ZLSSXlDhqPg==",
    
  •  "version": "1.44.0",
    
  •  "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.44.0.tgz",
    
  •  "integrity": "sha512-ZTbkNpFfYcGWohvTTl+xewITm7EOuqIqex0c7dNZ+aXsbrLj0qI8XlGKfPpipjm0Wny/4Lt4CJsWJk1stVS5qQ==",
     "bin": {
       "playwright-core": "cli.js"
     },
    

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

  • "playwright": "^1.43.1"
  • "playwright": "^1.44.0"
    }
    }

Version Updates Sat Apr 13 00:29:26 UTC 2024

13 Apr 00:29
3f96cfb

Choose a tag to compare

SHA256_DIGEST=84db0b08e2ff9909b37588186427957eec2c4dac13853bcf4e394418cc7b2c2f
NODE_VERSION=v20.12.0
PLAYWRIGHT_VERSION=
CHROME_VERSION=124.0.6367.29

diff --git a/README.md b/README.md
index 1a46e53..3d62d59 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ This image goes with these versions. [These are automatically updated and tested

  • Node.js v20.12.0
  • Chromium 124.0.6367.29
    -- Playwright 1.43.0
    +- Playwright 1.43.1

Running the demo

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

  •    "playwright": "^1.43.0"
    
  •    "playwright": "^1.43.1"
     }
    
    },
    "node_modules/fsevents": {
    @@ -25,11 +25,11 @@
    }
    },
    "node_modules/playwright": {
  •  "version": "1.43.0",
    
  •  "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.43.0.tgz",
    
  •  "integrity": "sha512-SiOKHbVjTSf6wHuGCbqrEyzlm6qvXcv7mENP+OZon1I07brfZLGdfWV0l/efAzVx7TF3Z45ov1gPEkku9q25YQ==",
    
  •  "version": "1.43.1",
    
  •  "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.43.1.tgz",
    
  •  "integrity": "sha512-V7SoH0ai2kNt1Md9E3Gwas5B9m8KR2GVvwZnAI6Pg0m3sh7UvgiYhRrhsziCmqMJNouPckiOhk8T+9bSAK0VIA==",
     "dependencies": {
    
  •    "playwright-core": "1.43.0"
    
  •    "playwright-core": "1.43.1"
     },
     "bin": {
       "playwright": "cli.js"
    

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

  •  "version": "1.43.0",
    
  •  "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.43.0.tgz",
    
  •  "integrity": "sha512-iWFjyBUH97+pUFiyTqSLd8cDMMOS0r2ZYz2qEsPjH8/bX++sbIJT35MSwKnp1r/OQBAqC5XO99xFbJ9XClhf4w==",
    
  •  "version": "1.43.1",
    
  •  "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.43.1.tgz",
    
  •  "integrity": "sha512-EI36Mto2Vrx6VF7rm708qSnesVQKbxEWvPrfA1IPY6HgczBplDx7ENtx+K2n4kJ41sLLkuGfmb0ZLSSXlDhqPg==",
     "bin": {
       "playwright-core": "cli.js"
     },
    

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

  • "playwright": "^1.43.0"
  • "playwright": "^1.43.1"
    }
    }

Version Updates Fri Apr 12 00:33:34 UTC 2024

12 Apr 00:33
22da9e6

Choose a tag to compare

SHA256_DIGEST=84db0b08e2ff9909b37588186427957eec2c4dac13853bcf4e394418cc7b2c2f
NODE_VERSION=v20.12.0
PLAYWRIGHT_VERSION=
CHROME_VERSION=124.0.6367.29

diff --git a/Dockerfile b/Dockerfile
index 16aaa05..c6a8a35 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@

-FROM public.ecr.aws/lambda/nodejs@sha256:75d9a7cd0e1fee566152f8b1aa39019727e61fd47da982984abf7a4da5df90e8
+FROM public.ecr.aws/lambda/nodejs@sha256:84db0b08e2ff9909b37588186427957eec2c4dac13853bcf4e394418cc7b2c2f

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 23e60c0..1a46e53 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ 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
+- Node.js v20.12.0

  • Chromium 124.0.6367.29
  • Playwright 1.43.0

Version Updates Fri Apr 5 00:33:30 UTC 2024

05 Apr 00:33
0e67136

Choose a tag to compare

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"
    }
    }

Version Updates Tue Mar 5 00:31:19 UTC 2024

05 Mar 00:31
03e52ad

Choose a tag to compare

SHA256_DIGEST=bbc77674444ba2e8ef9c8bd17c3e7c557ac7a304c54754a8a14bb84a008f3f40
NODE_VERSION=v20.11.1
PLAYWRIGHT_VERSION=
CHROME_VERSION=123.0.6312.4

diff --git a/Dockerfile b/Dockerfile
index 9c01452..cc562e8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@

-FROM public.ecr.aws/lambda/nodejs@sha256:8463538be5cb8b8b829db360b5a59b2f4344ebc53edc837459f043fad6cf19a0
+FROM public.ecr.aws/lambda/nodejs@sha256:bbc77674444ba2e8ef9c8bd17c3e7c557ac7a304c54754a8a14bb84a008f3f40

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 576b774..3c8e115 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ 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.0
+- Node.js v20.11.1

  • Chromium 123.0.6312.4
  • Playwright 1.42.1

Version Updates Sat Mar 2 00:31:19 UTC 2024

02 Mar 00:31
97f598f

Choose a tag to compare

SHA256_DIGEST=8463538be5cb8b8b829db360b5a59b2f4344ebc53edc837459f043fad6cf19a0
NODE_VERSION=v20.11.0
PLAYWRIGHT_VERSION=
CHROME_VERSION=123.0.6312.4

diff --git a/README.md b/README.md
index 31bba5f..576b774 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ This image goes with these versions. [These are automatically updated and tested

  • Node.js v20.11.0
  • Chromium 123.0.6312.4
    -- Playwright 1.42.0
    +- Playwright 1.42.1

Running the demo

diff --git a/package-lock.json b/package-lock.json
index 24ddb81..b094296 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.0"
    
  •    "playwright": "^1.42.1"
     }
    
    },
    "node_modules/fsevents": {
    @@ -25,11 +25,11 @@
    }
    },
    "node_modules/playwright": {
  •  "version": "1.42.0",
    
  •  "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.42.0.tgz",
    
  •  "integrity": "sha512-Ko7YRUgj5xBHbntrgt4EIw/nE//XBHOKVKnBjO1KuZkmkhlbgyggTe5s9hjqQ1LpN+Xg+kHsQyt5Pa0Bw5XpvQ==",
    
  •  "version": "1.42.1",
    
  •  "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.42.1.tgz",
    
  •  "integrity": "sha512-PgwB03s2DZBcNRoW+1w9E+VkLBxweib6KTXM0M3tkiT4jVxKSi6PmVJ591J+0u10LUrgxB7dLRbiJqO5s2QPMg==",
     "dependencies": {
    
  •    "playwright-core": "1.42.0"
    
  •    "playwright-core": "1.42.1"
     },
     "bin": {
       "playwright": "cli.js"
    

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

  •  "version": "1.42.0",
    
  •  "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.42.0.tgz",
    
  •  "integrity": "sha512-0HD9y8qEVlcbsAjdpBaFjmaTHf+1FeIddy8VJLeiqwhcNqGCBe4Wp2e8knpqiYbzxtxarxiXyNDw2cG8sCaNMQ==",
    
  •  "version": "1.42.1",
    
  •  "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.42.1.tgz",
    
  •  "integrity": "sha512-mxz6zclokgrke9p1vtdy/COWBH+eOZgYUVVU34C73M+4j4HLlQJHtfcqiqqxpP0o8HhMkflvfbquLX5dg6wlfA==",
     "bin": {
       "playwright-core": "cli.js"
     },
    

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

  • "playwright": "^1.42.0"
  • "playwright": "^1.42.1"
    }
    }

Version Updates Wed Feb 28 00:31:23 UTC 2024

28 Feb 00:31
682cdc3

Choose a tag to compare

SHA256_DIGEST=8463538be5cb8b8b829db360b5a59b2f4344ebc53edc837459f043fad6cf19a0
NODE_VERSION=v20.11.0
PLAYWRIGHT_VERSION=
CHROME_VERSION=123.0.6312.4

diff --git a/Dockerfile b/Dockerfile
index 9c72ddb..9c01452 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@

-FROM public.ecr.aws/lambda/nodejs@sha256:a6da80344c22a808140cd1c41cf52ac773da96ee616b9c2d622beb38f26c8fa2
+FROM public.ecr.aws/lambda/nodejs@sha256:8463538be5cb8b8b829db360b5a59b2f4344ebc53edc837459f043fad6cf19a0

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 6809cdc..31bba5f 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.0
    -- Chromium 121.0.6167.57
    -- Playwright 1.41.2
    +- Chromium 123.0.6312.4
    +- Playwright 1.42.0

Running the demo

diff --git a/package-lock.json b/package-lock.json
index e11f706..24ddb81 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8,7 +8,7 @@
"name": "docker-playwright-lambda",
"version": "1.0.0",
"dependencies": {

  •    "playwright": "^1.41.2"
    
  •    "playwright": "^1.42.0"
     }
    
    },
    "node_modules/fsevents": {
    @@ -25,11 +25,11 @@
    }
    },
    "node_modules/playwright": {
  •  "version": "1.41.2",
    
  •  "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.41.2.tgz",
    
  •  "integrity": "sha512-v0bOa6H2GJChDL8pAeLa/LZC4feoAMbSQm1/jF/ySsWWoaNItvrMP7GEkvEEFyCTUYKMxjQKaTSg5up7nR6/8A==",
    
  •  "version": "1.42.0",
    
  •  "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.42.0.tgz",
    
  •  "integrity": "sha512-Ko7YRUgj5xBHbntrgt4EIw/nE//XBHOKVKnBjO1KuZkmkhlbgyggTe5s9hjqQ1LpN+Xg+kHsQyt5Pa0Bw5XpvQ==",
     "dependencies": {
    
  •    "playwright-core": "1.41.2"
    
  •    "playwright-core": "1.42.0"
     },
     "bin": {
       "playwright": "cli.js"
    

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

  •  "version": "1.41.2",
    
  •  "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.41.2.tgz",
    
  •  "integrity": "sha512-VaTvwCA4Y8kxEe+kfm2+uUUw5Lubf38RxF7FpBxLPmGe5sdNkSg5e3ChEigaGrX7qdqT3pt2m/98LiyvU2x6CA==",
    
  •  "version": "1.42.0",
    
  •  "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.42.0.tgz",
    
  •  "integrity": "sha512-0HD9y8qEVlcbsAjdpBaFjmaTHf+1FeIddy8VJLeiqwhcNqGCBe4Wp2e8knpqiYbzxtxarxiXyNDw2cG8sCaNMQ==",
     "bin": {
       "playwright-core": "cli.js"
     },
    

diff --git a/package.json b/package.json
index 1431bac..8e7c113 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,6 @@
"demo": "node index.js"
},
"dependencies": {

  • "playwright": "^1.41.2"
  • "playwright": "^1.42.0"
    }
    }

Version Updates Sun Feb 4 04:54:56 UTC 2024

04 Feb 04:55
9038e87

Choose a tag to compare

SHA256_DIGEST=a6da80344c22a808140cd1c41cf52ac773da96ee616b9c2d622beb38f26c8fa2
NODE_VERSION=v20.11.0
PLAYWRIGHT_VERSION=
CHROME_VERSION=121.0.6167.57

diff --git a/README.md b/README.md
index 0622e6d..6809cdc 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ This image goes with these versions. [These are automatically updated and tested

  • Node.js v20.11.0
  • Chromium 121.0.6167.57
    -- Playwright 1.41.1
    +- Playwright 1.41.2

Running the demo

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

  •    "playwright": "^1.41.1"
    
  •    "playwright": "^1.41.2"
     }
    
    },
    "node_modules/fsevents": {
    @@ -25,11 +25,11 @@
    }
    },
    "node_modules/playwright": {
  •  "version": "1.41.1",
    
  •  "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.41.1.tgz",
    
  •  "integrity": "sha512-gdZAWG97oUnbBdRL3GuBvX3nDDmUOuqzV/D24dytqlKt+eI5KbwusluZRGljx1YoJKZ2NRPaeWiFTeGZO7SosQ==",
    
  •  "version": "1.41.2",
    
  •  "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.41.2.tgz",
    
  •  "integrity": "sha512-v0bOa6H2GJChDL8pAeLa/LZC4feoAMbSQm1/jF/ySsWWoaNItvrMP7GEkvEEFyCTUYKMxjQKaTSg5up7nR6/8A==",
     "dependencies": {
    
  •    "playwright-core": "1.41.1"
    
  •    "playwright-core": "1.41.2"
     },
     "bin": {
       "playwright": "cli.js"
    

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

  •  "version": "1.41.1",
    
  •  "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.41.1.tgz",
    
  •  "integrity": "sha512-/KPO5DzXSMlxSX77wy+HihKGOunh3hqndhqeo/nMxfigiKzogn8kfL0ZBDu0L1RKgan5XHCPmn6zXd2NUJgjhg==",
    
  •  "version": "1.41.2",
    
  •  "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.41.2.tgz",
    
  •  "integrity": "sha512-VaTvwCA4Y8kxEe+kfm2+uUUw5Lubf38RxF7FpBxLPmGe5sdNkSg5e3ChEigaGrX7qdqT3pt2m/98LiyvU2x6CA==",
     "bin": {
       "playwright-core": "cli.js"
     },
    

diff --git a/package.json b/package.json
index 2d42c16..1431bac 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,6 @@
"demo": "node index.js"
},
"dependencies": {

  • "playwright": "^1.41.1"
  • "playwright": "^1.41.2"
    }
    }