Skip to content

Releases: umihico/docker-selenium-lambda

Version Updates Sat May 24 01:57:08 UTC 2025

24 May 01:57
1cb2d99

Choose a tag to compare

SHA256_DIGEST=4a4ca5ff3639ba963e218fa66417fbcdfa19a03fd71c5011acf4e4eed542392e
REVISION=1440670
PYTHON_VERSION=3.13.3
SELENIUM_VERSION=4.33.0
CHROME_VERSION=136.0.7103.113

diff --git a/Dockerfile b/Dockerfile
index 5d97d67..72f91ee 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,7 +10,7 @@ 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
xorg-x11-xauth dbus-glib dbus-glib-devel nss mesa-libgbm
-RUN pip install selenium==4.32.0
+RUN pip install selenium==4.33.0
COPY --from=build /opt/chrome-linux64 /opt/chrome
COPY --from=build /opt/chromedriver-linux64 /opt/
COPY main.py ./
diff --git a/README.md b/README.md
index 25cc6aa..a9659f2 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ This image goes with these versions. [These are automatically updated and tested

  • Python 3.13.3
  • chromium 136.0.7103.113
  • chromedriver 136.0.7103.113
    -- selenium 4.32.0
    +- selenium 4.33.0

Running the demo

Version Updates Thu May 22 02:02:27 UTC 2025

22 May 02:02
acafb9b

Choose a tag to compare

SHA256_DIGEST=4a4ca5ff3639ba963e218fa66417fbcdfa19a03fd71c5011acf4e4eed542392e
REVISION=1440670
PYTHON_VERSION=3.13.3
SELENIUM_VERSION=4.32.0
CHROME_VERSION=136.0.7103.113

diff --git a/Dockerfile b/Dockerfile
index aa577bc..5d97d67 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
FROM public.ecr.aws/lambda/python@sha256:4a4ca5ff3639ba963e218fa66417fbcdfa19a03fd71c5011acf4e4eed542392e as build
RUN dnf install -y unzip && \

diff --git a/README.md b/README.md
index 04e3405..25cc6aa 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.3
    -- chromium 136.0.7103.94
    -- chromedriver 136.0.7103.94
    +- chromium 136.0.7103.113
    +- chromedriver 136.0.7103.113
  • selenium 4.32.0

Running the demo

Version Updates Thu May 15 01:59:39 UTC 2025

15 May 01:59
c545542

Choose a tag to compare

SHA256_DIGEST=4a4ca5ff3639ba963e218fa66417fbcdfa19a03fd71c5011acf4e4eed542392e
REVISION=1440670
PYTHON_VERSION=3.13.3
SELENIUM_VERSION=4.32.0
CHROME_VERSION=136.0.7103.94

diff --git a/Dockerfile b/Dockerfile
index 04eea98..aa577bc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
FROM public.ecr.aws/lambda/python@sha256:4a4ca5ff3639ba963e218fa66417fbcdfa19a03fd71c5011acf4e4eed542392e as build
RUN dnf install -y unzip && \

diff --git a/README.md b/README.md
index ed09d9a..04e3405 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.3
    -- chromium 136.0.7103.92
    -- chromedriver 136.0.7103.92
    +- chromium 136.0.7103.94
    +- chromedriver 136.0.7103.94
  • selenium 4.32.0

Running the demo

Version Updates Wed May 7 02:00:26 UTC 2025

07 May 02:00
2bf8231

Choose a tag to compare

SHA256_DIGEST=4a4ca5ff3639ba963e218fa66417fbcdfa19a03fd71c5011acf4e4eed542392e
REVISION=1440670
PYTHON_VERSION=3.13.3
SELENIUM_VERSION=4.32.0
CHROME_VERSION=136.0.7103.92

diff --git a/Dockerfile b/Dockerfile
index ea76f36..04eea98 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:cc54bd641120fb2fbe88e227421dad066a5140482b151e165378657ac3cce32a as build
+FROM public.ecr.aws/lambda/python@sha256:4a4ca5ff3639ba963e218fa66417fbcdfa19a03fd71c5011acf4e4eed542392e as build
RUN dnf install -y unzip && \

-FROM public.ecr.aws/lambda/python@sha256:cc54bd641120fb2fbe88e227421dad066a5140482b151e165378657ac3cce32a
+FROM public.ecr.aws/lambda/python@sha256:4a4ca5ff3639ba963e218fa66417fbcdfa19a03fd71c5011acf4e4eed542392e
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 8a8d7fa..ed09d9a 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.3
    -- chromium 136.0.7103.49
    -- chromedriver 136.0.7103.49
    +- chromium 136.0.7103.92
    +- chromedriver 136.0.7103.92
  • selenium 4.32.0

Running the demo

Version Updates Fri May 2 01:59:03 UTC 2025

02 May 01:59
9a50fe2

Choose a tag to compare

SHA256_DIGEST=cc54bd641120fb2fbe88e227421dad066a5140482b151e165378657ac3cce32a
REVISION=1440670
PYTHON_VERSION=3.13.3
SELENIUM_VERSION=4.31.0
CHROME_VERSION=136.0.7103.49

diff --git a/Dockerfile b/Dockerfile
index e807d5f..f1e5163 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:0ea161a9d9a00df9c9e26a8b31d87f6ba96a1fdb5d46479d2910e75b0d47414e as build
+FROM public.ecr.aws/lambda/python@sha256:cc54bd641120fb2fbe88e227421dad066a5140482b151e165378657ac3cce32a as build
RUN dnf install -y unzip &&
curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/136.0.7103.49/linux64/chromedriver-linux64.zip" &&
curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/136.0.7103.49/linux64/chrome-linux64.zip" &&
unzip /tmp/chromedriver-linux64.zip -d /opt/ &&
unzip /tmp/chrome-linux64.zip -d /opt/

-FROM public.ecr.aws/lambda/python@sha256:0ea161a9d9a00df9c9e26a8b31d87f6ba96a1fdb5d46479d2910e75b0d47414e
+FROM public.ecr.aws/lambda/python@sha256:cc54bd641120fb2fbe88e227421dad066a5140482b151e165378657ac3cce32a
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 2d0ad16..d53e536 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ 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
+- Python 3.13.3

  • chromium 136.0.7103.49
  • chromedriver 136.0.7103.49
  • selenium 4.31.0

Version Updates Wed Apr 30 01:59:04 UTC 2025

30 Apr 01:59
cf49c27

Choose a tag to compare

SHA256_DIGEST=0ea161a9d9a00df9c9e26a8b31d87f6ba96a1fdb5d46479d2910e75b0d47414e
REVISION=1440670
PYTHON_VERSION=3.13.2
SELENIUM_VERSION=4.31.0
CHROME_VERSION=136.0.7103.49

diff --git a/Dockerfile b/Dockerfile
index f738825..e807d5f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:d2fac9b3d778318042de4e250b5bc294dabdbbfe6ab227bd0d2a7ae59f2dc3b2 as build
+FROM public.ecr.aws/lambda/python@sha256:0ea161a9d9a00df9c9e26a8b31d87f6ba96a1fdb5d46479d2910e75b0d47414e as build
RUN dnf install -y unzip && \

-FROM public.ecr.aws/lambda/python@sha256:d2fac9b3d778318042de4e250b5bc294dabdbbfe6ab227bd0d2a7ae59f2dc3b2
+FROM public.ecr.aws/lambda/python@sha256:0ea161a9d9a00df9c9e26a8b31d87f6ba96a1fdb5d46479d2910e75b0d47414e
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 6f2ee98..2d0ad16 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.114
    -- chromedriver 135.0.7049.114
    +- chromium 136.0.7103.49
    +- chromedriver 136.0.7103.49
  • selenium 4.31.0

Running the demo

Version Updates Thu Apr 24 01:58:14 UTC 2025

24 Apr 01:58
30ad4ff

Choose a tag to compare

SHA256_DIGEST=d2fac9b3d778318042de4e250b5bc294dabdbbfe6ab227bd0d2a7ae59f2dc3b2
REVISION=1427262
PYTHON_VERSION=3.13.2
SELENIUM_VERSION=4.31.0
CHROME_VERSION=135.0.7049.114

diff --git a/Dockerfile b/Dockerfile
index a69146b..f738825 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:c36ed8595ecf9a9e92fea72540fb04522924a9eda83649c5ed4c19c6f17add2d as build
+FROM public.ecr.aws/lambda/python@sha256:d2fac9b3d778318042de4e250b5bc294dabdbbfe6ab227bd0d2a7ae59f2dc3b2 as build
RUN dnf install -y unzip && \

-FROM public.ecr.aws/lambda/python@sha256:c36ed8595ecf9a9e92fea72540fb04522924a9eda83649c5ed4c19c6f17add2d
+FROM public.ecr.aws/lambda/python@sha256:d2fac9b3d778318042de4e250b5bc294dabdbbfe6ab227bd0d2a7ae59f2dc3b2
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 ffed2f4..6f2ee98 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.97
    -- chromedriver 135.0.7049.97
    +- chromium 135.0.7049.114
    +- chromedriver 135.0.7049.114
  • selenium 4.31.0

Running the demo

Version Updates Wed Apr 23 01:57:05 UTC 2025

23 Apr 01:57
4fcd2cf

Choose a tag to compare

SHA256_DIGEST=c36ed8595ecf9a9e92fea72540fb04522924a9eda83649c5ed4c19c6f17add2d
REVISION=1427262
PYTHON_VERSION=3.13.2
SELENIUM_VERSION=4.31.0
CHROME_VERSION=135.0.7049.97

diff --git a/Dockerfile b/Dockerfile
index 80187fd..a69146b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:6163db246a3595eaa5f2acf88525aefa3837fa54c6c105a3b10d18e7183b2d2b as build
+FROM public.ecr.aws/lambda/python@sha256:c36ed8595ecf9a9e92fea72540fb04522924a9eda83649c5ed4c19c6f17add2d as build
RUN dnf install -y unzip && \

-FROM public.ecr.aws/lambda/python@sha256:6163db246a3595eaa5f2acf88525aefa3837fa54c6c105a3b10d18e7183b2d2b
+FROM public.ecr.aws/lambda/python@sha256:c36ed8595ecf9a9e92fea72540fb04522924a9eda83649c5ed4c19c6f17add2d
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 266e4dd..ffed2f4 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.95
    -- chromedriver 135.0.7049.95
    +- chromium 135.0.7049.97
    +- chromedriver 135.0.7049.97
  • selenium 4.31.0

Running the demo

Version Updates Wed Apr 16 01:57:54 UTC 2025

16 Apr 01:57
394c91f

Choose a tag to compare

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

diff --git a/Dockerfile b/Dockerfile
index 37cd8d1..80187fd 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 ce2c89e..266e4dd 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.84
    -- chromedriver 135.0.7049.84
    +- chromium 135.0.7049.95
    +- chromedriver 135.0.7049.95
  • selenium 4.31.0

Running the demo

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

09 Apr 01:54
311897a

Choose a tag to compare

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