Skip to content

Version Updates Wed Apr 9 01:54:34 UTC 2025

Choose a tag to compare

@github-actions github-actions released this 09 Apr 01:54
· 88 commits to main since this release
311897a

SHA256_DIGEST=6163db246a3595eaa5f2acf88525aefa3837fa54c6c105a3b10d18e7183b2d2b
REVISION=1427262
PYTHON_VERSION=3.13.2
SELENIUM_VERSION=4.31.0
CHROME_VERSION=135.0.7049.84

diff --git a/Dockerfile b/Dockerfile
index 2bb88a9..37cd8d1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
FROM public.ecr.aws/lambda/python@sha256:6163db246a3595eaa5f2acf88525aefa3837fa54c6c105a3b10d18e7183b2d2b as build
RUN dnf install -y unzip && \

diff --git a/README.md b/README.md
index a77c59b..ce2c89e 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.2
    -- chromium 135.0.7049.42
    -- chromedriver 135.0.7049.42
    +- chromium 135.0.7049.84
    +- chromedriver 135.0.7049.84
  • selenium 4.31.0

Running the demo