Skip to content

Version Updates Wed Apr 2 01:55:19 UTC 2025

Choose a tag to compare

@github-actions github-actions released this 02 Apr 01:55
· 80 commits to main since this release
ae35f0f

SHA256_DIGEST=c99d19619deec5348812dfe5f34a896996f8577d25e2c60ab0cd81e74222c019
REVISION=1427262
PYTHON_VERSION=3.13.2
SELENIUM_VERSION=4.30.0
CHROME_VERSION=135.0.7049.42

diff --git a/Dockerfile b/Dockerfile
index 938cb4b..67d7bb8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:b281081b54f2b2df0ec1144ca128678fd0d4203eda3ee987c35e8bb64095b014 as build
+FROM public.ecr.aws/lambda/python@sha256:c99d19619deec5348812dfe5f34a896996f8577d25e2c60ab0cd81e74222c019 as build
RUN dnf install -y unzip && \

-FROM public.ecr.aws/lambda/python@sha256:b281081b54f2b2df0ec1144ca128678fd0d4203eda3ee987c35e8bb64095b014
+FROM public.ecr.aws/lambda/python@sha256:c99d19619deec5348812dfe5f34a896996f8577d25e2c60ab0cd81e74222c019
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 a849153..4dd1425 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 134.0.6998.165
    -- chromedriver 134.0.6998.165
    +- chromium 135.0.7049.42
    +- chromedriver 135.0.7049.42
  • selenium 4.30.0

Running the demo