Skip to content

Version Updates Fri May 26 05:04:15 UTC 2023

Choose a tag to compare

@github-actions github-actions released this 26 May 05:04
· 327 commits to main since this release
05b8e5a

SHA256_DIGEST=75fc5649fde271db33378885fdbfd7bf6c153b1d642d895053036b272a8160b4
POSITION=1121454
DRIVER_VERSION=113.0.5672.63
PYTHON_VERSION=3.10.11
SELENIUM_VERSION=4.9.1
CHROME_VERSION=113.0.5672.0

diff --git a/Dockerfile b/Dockerfile
index 3d42abf..473ebda 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:ac758b6345b677eb6e72c2cd0f71c182eca773da5db1e17835a4ffef46dbc997 as build
+FROM public.ecr.aws/lambda/python@sha256:75fc5649fde271db33378885fdbfd7bf6c153b1d642d895053036b272a8160b4 as build
RUN yum install -y unzip && \

-FROM public.ecr.aws/lambda/python@sha256:ac758b6345b677eb6e72c2cd0f71c182eca773da5db1e17835a4ffef46dbc997
+FROM public.ecr.aws/lambda/python@sha256:75fc5649fde271db33378885fdbfd7bf6c153b1d642d895053036b272a8160b4
RUN yum install 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 3e79b9c..e8f32c8 100644
--- a/README.md
+++ b/README.md
@@ -6,10 +6,10 @@ 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.10.9
-- chromium 111.0.5563.0
-- chromedriver 111.0.5563.64
-- selenium 4.8.2
+- Python 3.10.11
+- chromium 113.0.5672.0
+- chromedriver 113.0.5672.63
+- selenium 4.9.1

Running the demo