Skip to content

Releases: umihico/docker-playwright-lambda

Version Updates Tue Oct 7 02:27:04 UTC 2025

07 Oct 02:27
b3e8baa

Choose a tag to compare

SHA256_DIGEST=40a1eea9a9f4ca183d6f57b6db83ddc18ed88981b3671593c4d5dd588dc0e13d
NODE_VERSION=v22.18.0
PLAYWRIGHT_VERSION=
CHROME_VERSION=141.0.7390.37

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

-FROM public.ecr.aws/lambda/nodejs@sha256:5a0f6472e69b7651f9e784bfbbf45264b53a22836c2aee77d59daf7265965748
+FROM public.ecr.aws/lambda/nodejs@sha256:40a1eea9a9f4ca183d6f57b6db83ddc18ed88981b3671593c4d5dd588dc0e13d

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 038a8f8..6724075 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.186
    -- Playwright 1.55.1
    +- Chromium 141.0.7390.37
    +- Playwright 1.56.0

Running the demo

diff --git a/package-lock.json b/package-lock.json
index 4b674f7..fa7ab5c 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.1"
    
  •    "playwright": "^1.56.0"
     }
    
    },
    "node_modules/fsevents": {
    @@ -25,12 +25,12 @@
    }
    },
    "node_modules/playwright": {
  •  "version": "1.55.1",
    
  •  "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.55.1.tgz",
    
  •  "integrity": "sha512-cJW4Xd/G3v5ovXtJJ52MAOclqeac9S/aGGgRzLabuF8TnIb6xHvMzKIa6JmrRzUkeXJgfL1MhukP0NK6l39h3A==",
    
  •  "version": "1.56.0",
    
  •  "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.56.0.tgz",
    
  •  "integrity": "sha512-X5Q1b8lOdWIE4KAoHpW3SE8HvUB+ZZsUoN64ZhjnN8dOb1UpujxBtENGiZFE+9F/yhzJwYa+ca3u43FeLbboHA==",
     "license": "Apache-2.0",
     "dependencies": {
    
  •    "playwright-core": "1.55.1"
    
  •    "playwright-core": "1.56.0"
     },
     "bin": {
       "playwright": "cli.js"
    

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

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

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

  • "playwright": "^1.55.1"
  • "playwright": "^1.56.0"
    }
    }

Version Updates Wed Sep 24 02:27:44 UTC 2025

24 Sep 02:27
9102d9d

Choose a tag to compare

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

Version Updates Wed Sep 3 02:25:09 UTC 2025

03 Sep 02:25
d9b5fe8

Choose a tag to compare

SHA256_DIGEST=50a7ebf4fd6e17f6634926df07f073637c7586d2a021de09bf8eaf38ca2166db
NODE_VERSION=v22.18.0
PLAYWRIGHT_VERSION=
CHROME_VERSION=140.0.7339.16

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

-FROM public.ecr.aws/lambda/nodejs@sha256:000134116249aa24a6e9bc2961087efbb9b30cfb3b63796c837d766d824e4c70
+FROM public.ecr.aws/lambda/nodejs@sha256:50a7ebf4fd6e17f6634926df07f073637c7586d2a021de09bf8eaf38ca2166db

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 78d0ef1..069765a 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 v22.15.1
+- Node.js v22.18.0

  • Chromium 140.0.7339.16
  • Playwright 1.55.0

Version Updates Thu Aug 21 02:44:59 UTC 2025

21 Aug 02:45
990b170

Choose a tag to compare

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

Version Updates Sat Aug 2 02:59:22 UTC 2025

02 Aug 02:59
97119c9

Choose a tag to compare

SHA256_DIGEST=4b5ca7078b09bc08f3d742d6064a3966a778bc3d0e9f0fc50e3d1a5aa5ce890b
NODE_VERSION=v22.15.1
PLAYWRIGHT_VERSION=
CHROME_VERSION=139.0.7258.5

diff --git a/Dockerfile b/Dockerfile
index ab50af6..040b672 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@

-FROM public.ecr.aws/lambda/nodejs@sha256:026c0f8727b45754e13ca9eeb1aab355a6dc18aa14ac6372316c73bf78af5208
+FROM public.ecr.aws/lambda/nodejs@sha256:4b5ca7078b09bc08f3d742d6064a3966a778bc3d0e9f0fc50e3d1a5aa5ce890b

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 f8dec29..61f4e4e 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 v22.15.1
  • Chromium 139.0.7258.5
    -- Playwright 1.54.1
    +- Playwright 1.54.2

Running the demo

diff --git a/package-lock.json b/package-lock.json
index 851a7d9..3a54947 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.1"
    
  •    "playwright": "^1.54.2"
     }
    
    },
    "node_modules/fsevents": {
    @@ -25,12 +25,12 @@
    }
    },
    "node_modules/playwright": {
  •  "version": "1.54.1",
    
  •  "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.54.1.tgz",
    
  •  "integrity": "sha512-peWpSwIBmSLi6aW2auvrUtf2DqY16YYcCMO8rTVx486jKmDTJg7UAhyrraP98GB8BoPURZP8+nxO7TSd4cPr5g==",
    
  •  "version": "1.54.2",
    
  •  "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.54.2.tgz",
    
  •  "integrity": "sha512-Hu/BMoA1NAdRUuulyvQC0pEqZ4vQbGfn8f7wPXcnqQmM+zct9UliKxsIkLNmz/ku7LElUNqmaiv1TG/aL5ACsw==",
     "license": "Apache-2.0",
     "dependencies": {
    
  •    "playwright-core": "1.54.1"
    
  •    "playwright-core": "1.54.2"
     },
     "bin": {
       "playwright": "cli.js"
    

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

  •  "version": "1.54.1",
    
  •  "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.54.1.tgz",
    
  •  "integrity": "sha512-Nbjs2zjj0htNhzgiy5wu+3w09YetDx5pkrpI/kZotDlDUaYk0HVA5xrBVPdow4SAUIlhgKcJeJg4GRKW6xHusA==",
    
  •  "version": "1.54.2",
    
  •  "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.54.2.tgz",
    
  •  "integrity": "sha512-n5r4HFbMmWsB4twG7tJLDN9gmBUeSPcsBZiWSE4DnYz9mJMAFqr2ID7+eGC9kpEnxExJ1epttwR59LEWCk8mtA==",
     "license": "Apache-2.0",
     "bin": {
       "playwright-core": "cli.js"
    

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

  • "playwright": "^1.54.1"
  • "playwright": "^1.54.2"
    }
    }

Version Updates Sat Jul 12 03:00:15 UTC 2025

12 Jul 03:00
fbedcda

Choose a tag to compare

SHA256_DIGEST=026c0f8727b45754e13ca9eeb1aab355a6dc18aa14ac6372316c73bf78af5208
NODE_VERSION=v22.15.1
PLAYWRIGHT_VERSION=
CHROME_VERSION=139.0.7258.5

diff --git a/README.md b/README.md
index 6acfdb8..f8dec29 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 v22.15.1
  • Chromium 139.0.7258.5
    -- Playwright 1.54.0
    +- Playwright 1.54.1

Running the demo

diff --git a/package-lock.json b/package-lock.json
index 8f6e85a..851a7d9 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.0"
    
  •    "playwright": "^1.54.1"
     }
    
    },
    "node_modules/fsevents": {
    @@ -25,12 +25,12 @@
    }
    },
    "node_modules/playwright": {
  •  "version": "1.54.0",
    
  •  "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.54.0.tgz",
    
  •  "integrity": "sha512-y9yzHmXRwEUOpghM7XGcA38GjWuTOUMaTIcm/5rHcYVjh5MSp9qQMRRMc/+p1cx+csoPnX4wkxAF61v5VKirxg==",
    
  •  "version": "1.54.1",
    
  •  "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.54.1.tgz",
    
  •  "integrity": "sha512-peWpSwIBmSLi6aW2auvrUtf2DqY16YYcCMO8rTVx486jKmDTJg7UAhyrraP98GB8BoPURZP8+nxO7TSd4cPr5g==",
     "license": "Apache-2.0",
     "dependencies": {
    
  •    "playwright-core": "1.54.0"
    
  •    "playwright-core": "1.54.1"
     },
     "bin": {
       "playwright": "cli.js"
    

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

  •  "version": "1.54.0",
    
  •  "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.54.0.tgz",
    
  •  "integrity": "sha512-uiWpWaJh3R3etpJ0QrpligEMl62Dk1iSAB6NUXylvmQz+e3eipXHDHvOvydDAssb5Oqo0E818qdn0L9GcJSTyA==",
    
  •  "version": "1.54.1",
    
  •  "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.54.1.tgz",
    
  •  "integrity": "sha512-Nbjs2zjj0htNhzgiy5wu+3w09YetDx5pkrpI/kZotDlDUaYk0HVA5xrBVPdow4SAUIlhgKcJeJg4GRKW6xHusA==",
     "license": "Apache-2.0",
     "bin": {
       "playwright-core": "cli.js"
    

diff --git a/package.json b/package.json
index 5a673f2..2714cce 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,6 @@
"demo": "node index.js"
},
"dependencies": {

  • "playwright": "^1.54.0"
  • "playwright": "^1.54.1"
    }
    }

Version Updates Fri Jul 11 03:01:22 UTC 2025

11 Jul 03:01
0c03a5d

Choose a tag to compare

SHA256_DIGEST=026c0f8727b45754e13ca9eeb1aab355a6dc18aa14ac6372316c73bf78af5208
NODE_VERSION=v22.15.1
PLAYWRIGHT_VERSION=
CHROME_VERSION=139.0.7258.5

diff --git a/Dockerfile b/Dockerfile
index b12f64a..ab50af6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@

-FROM public.ecr.aws/lambda/nodejs@sha256:d46cc9b761ae7e4ce2e7c3e5929fb4ba5d57f2a737ece5917e528e72dddf4b08
+FROM public.ecr.aws/lambda/nodejs@sha256:026c0f8727b45754e13ca9eeb1aab355a6dc18aa14ac6372316c73bf78af5208

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 0e89b36..6acfdb8 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.23
    -- Playwright 1.53.2
    +- Chromium 139.0.7258.5
    +- Playwright 1.54.0

Running the demo

diff --git a/package-lock.json b/package-lock.json
index f8e9a65..8f6e85a 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.2"
    
  •    "playwright": "^1.54.0"
     }
    
    },
    "node_modules/fsevents": {
    @@ -25,12 +25,12 @@
    }
    },
    "node_modules/playwright": {
  •  "version": "1.53.2",
    
  •  "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.53.2.tgz",
    
  •  "integrity": "sha512-6K/qQxVFuVQhRQhFsVZ9fGeatxirtrpPgxzBYWyZLEXJzqYwuL4fuNmfOfD5et1tJE4GScKyPNeLhZeRwuTU3A==",
    
  •  "version": "1.54.0",
    
  •  "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.54.0.tgz",
    
  •  "integrity": "sha512-y9yzHmXRwEUOpghM7XGcA38GjWuTOUMaTIcm/5rHcYVjh5MSp9qQMRRMc/+p1cx+csoPnX4wkxAF61v5VKirxg==",
     "license": "Apache-2.0",
     "dependencies": {
    
  •    "playwright-core": "1.53.2"
    
  •    "playwright-core": "1.54.0"
     },
     "bin": {
       "playwright": "cli.js"
    

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

  •  "version": "1.53.2",
    
  •  "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.53.2.tgz",
    
  •  "integrity": "sha512-ox/OytMy+2w1jcYEYlOo1Hhp8hZkLCximMTUTMBXjGUA1KoFfiSZ+DU+3a739jsPY0yoKH2TFy9S2fsJas8yAw==",
    
  •  "version": "1.54.0",
    
  •  "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.54.0.tgz",
    
  •  "integrity": "sha512-uiWpWaJh3R3etpJ0QrpligEMl62Dk1iSAB6NUXylvmQz+e3eipXHDHvOvydDAssb5Oqo0E818qdn0L9GcJSTyA==",
     "license": "Apache-2.0",
     "bin": {
       "playwright-core": "cli.js"
    

diff --git a/package.json b/package.json
index 727e190..5a673f2 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,6 @@
"demo": "node index.js"
},
"dependencies": {

  • "playwright": "^1.53.2"
  • "playwright": "^1.54.0"
    }
    }

Version Updates Thu Jun 19 02:53:18 UTC 2025

19 Jun 02:53
5148f9e

Choose a tag to compare

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

Version Updates Tue Jun 17 02:52:50 UTC 2025

17 Jun 02:52
358ce88

Choose a tag to compare

SHA256_DIGEST=b2810461a42f15595a382169be89995374fa51dc0874eef8997c1046be2af742
NODE_VERSION=v22.15.1
PLAYWRIGHT_VERSION=
CHROME_VERSION=138.0.7204.15

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

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

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 9ab2fa4..415bc96 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 v22.14.0
+- Node.js v22.15.1

  • Chromium 138.0.7204.15
  • Playwright 1.53.0

Version Updates Wed Jun 11 02:52:53 UTC 2025

11 Jun 02:52
171d73e

Choose a tag to compare

SHA256_DIGEST=2390a1ca75817a3c88c822a17999277cb001ab18850bbcad1158fba46355aa10
NODE_VERSION=v22.14.0
PLAYWRIGHT_VERSION=
CHROME_VERSION=138.0.7204.15

diff --git a/Dockerfile b/Dockerfile
index 527f455..3139a38 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@

-FROM public.ecr.aws/lambda/nodejs@sha256:41575710f26ea3bddef701eec3bcd6f757ee8f19b7f1706efafb00b4dd655329
+FROM public.ecr.aws/lambda/nodejs@sha256:2390a1ca75817a3c88c822a17999277cb001ab18850bbcad1158fba46355aa10

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 8a37953..9ab2fa4 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.14.0
    -- Chromium 136.0.7103.25
    -- Playwright 1.52.0
    +- Chromium 138.0.7204.15
    +- Playwright 1.53.0

Running the demo

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

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

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

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

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

  • "playwright": "^1.52.0"
  • "playwright": "^1.53.0"
    }
    }