Skip to content

Version Updates Wed Oct 1 02:03:33 UTC 2025

Choose a tag to compare

@github-actions github-actions released this 01 Oct 02:03
· 4 commits to main since this release
e576867

SHA256_DIGEST=d9edaacb31059fc0ac2a98849ef5c271df0a81be36e8d78dfb72a414483f2e0a
REVISION=1509326
PYTHON_VERSION=3.13.7
SELENIUM_VERSION=4.35.0
CHROME_VERSION=141.0.7390.54

diff --git a/Dockerfile b/Dockerfile
index de434f0..0bd9483 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:90256ba0b2d70eb29295cbfaddeab391b65214fe63fb20d4b8b6c25e22711629 as build
+FROM public.ecr.aws/lambda/python@sha256:d9edaacb31059fc0ac2a98849ef5c271df0a81be36e8d78dfb72a414483f2e0a as build
RUN dnf install -y unzip && \

-FROM public.ecr.aws/lambda/python@sha256:90256ba0b2d70eb29295cbfaddeab391b65214fe63fb20d4b8b6c25e22711629
+FROM public.ecr.aws/lambda/python@sha256:d9edaacb31059fc0ac2a98849ef5c271df0a81be36e8d78dfb72a414483f2e0a
RUN dnf install -y atk cups-libs gtk3 libXcomposite alsa-lib
libXcursor libXdamage libXext libXi libXrandr libXScrnSaver
libXtst pango at-spi2-atk libXt xorg-x11-server-Xvfb
diff --git a/README.md b/README.md
index d876852..6de36b7 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.7
    -- chromium 140.0.7339.207
    -- chromedriver 140.0.7339.207
    +- chromium 141.0.7390.54
    +- chromedriver 141.0.7390.54
  • selenium 4.35.0

Running the demo