Skip to content

Version Updates Wed Jan 29 01:43:02 UTC 2025

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jan 01:43
d816679

SHA256_DIGEST=63811c90432ba7a9e4de4fe1e9797a48dae0762f1d56cb68636c3d0a7239ff68
REVISION=1381561
PYTHON_VERSION=3.13.0
SELENIUM_VERSION=4.28.1
CHROME_VERSION=132.0.6834.159

diff --git a/Dockerfile b/Dockerfile
index 9483a24..412cb33 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:d8a6ad47f32e30fbaaec5cca3cff3140f5949e9b50515fc995f173a9f199fc84 as build
+FROM public.ecr.aws/lambda/python@sha256:63811c90432ba7a9e4de4fe1e9797a48dae0762f1d56cb68636c3d0a7239ff68 as build
RUN dnf install -y unzip && \

-FROM public.ecr.aws/lambda/python@sha256:d8a6ad47f32e30fbaaec5cca3cff3140f5949e9b50515fc995f173a9f199fc84
+FROM public.ecr.aws/lambda/python@sha256:63811c90432ba7a9e4de4fe1e9797a48dae0762f1d56cb68636c3d0a7239ff68
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 151b768..f97ba16 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.0
    -- chromium 132.0.6834.110
    -- chromedriver 132.0.6834.110
    +- chromium 132.0.6834.159
    +- chromedriver 132.0.6834.159
  • selenium 4.28.1

Running the demo