Skip to content

Version Updates Thu May 15 01:59:39 UTC 2025

Choose a tag to compare

@github-actions github-actions released this 15 May 01:59
· 72 commits to main since this release
c545542

SHA256_DIGEST=4a4ca5ff3639ba963e218fa66417fbcdfa19a03fd71c5011acf4e4eed542392e
REVISION=1440670
PYTHON_VERSION=3.13.3
SELENIUM_VERSION=4.32.0
CHROME_VERSION=136.0.7103.94

diff --git a/Dockerfile b/Dockerfile
index 04eea98..aa577bc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
FROM public.ecr.aws/lambda/python@sha256:4a4ca5ff3639ba963e218fa66417fbcdfa19a03fd71c5011acf4e4eed542392e as build
RUN dnf install -y unzip && \

diff --git a/README.md b/README.md
index ed09d9a..04e3405 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@ This is minimum demo of headless chrome and selenium on container image on AWS L
This image goes with these versions. These are automatically updated and tested everyday.

  • Python 3.13.3
    -- chromium 136.0.7103.92
    -- chromedriver 136.0.7103.92
    +- chromium 136.0.7103.94
    +- chromedriver 136.0.7103.94
  • selenium 4.32.0

Running the demo