Skip to content

Releases: umihico/docker-selenium-lambda

Version Updates Fri Apr 17 03:28:11 UTC 2026

17 Apr 03:28
3fa028b

Choose a tag to compare

SHA256_DIGEST=38d3ac05ffdf36bff2d2edc8860221b67a94256914a4346c5d783637091a23c3
REVISION=1596535
PYTHON_VERSION=3.13.12
SELENIUM_VERSION=4.43.0
CHROME_VERSION=147.0.7727.57

diff --git a/Dockerfile b/Dockerfile
index acf804e..e8e345b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:457992af62f27242a528201c443e1f778d78c8a9333f8b6de7ff14f05224589a as build
+FROM public.ecr.aws/lambda/python@sha256:38d3ac05ffdf36bff2d2edc8860221b67a94256914a4346c5d783637091a23c3 as build
RUN dnf install -y unzip && \

-FROM public.ecr.aws/lambda/python@sha256:457992af62f27242a528201c443e1f778d78c8a9333f8b6de7ff14f05224589a
+FROM public.ecr.aws/lambda/python@sha256:38d3ac05ffdf36bff2d2edc8860221b67a94256914a4346c5d783637091a23c3
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 9b0555c..985923b 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.12
    -- chromium 147.0.7727.56
    -- chromedriver 147.0.7727.56
    +- chromium 147.0.7727.57
    +- chromedriver 147.0.7727.57
  • selenium 4.43.0

Running the demo

Version Updates Sat Apr 11 02:51:33 UTC 2026

11 Apr 02:51
3c23014

Choose a tag to compare

SHA256_DIGEST=457992af62f27242a528201c443e1f778d78c8a9333f8b6de7ff14f05224589a
REVISION=1596535
PYTHON_VERSION=3.13.12
SELENIUM_VERSION=4.43.0
CHROME_VERSION=147.0.7727.56

diff --git a/Dockerfile b/Dockerfile
index b04fa2d..acf804e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,16 +1,16 @@
-FROM public.ecr.aws/lambda/python@sha256:b8a94e60893a2049bb3c7c66a743c69226417f86fc87d2b470d2ca6abc22376c as build
+FROM public.ecr.aws/lambda/python@sha256:457992af62f27242a528201c443e1f778d78c8a9333f8b6de7ff14f05224589a as build
RUN dnf install -y unzip &&
curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/147.0.7727.56/linux64/chromedriver-linux64.zip" &&
curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/147.0.7727.56/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:b8a94e60893a2049bb3c7c66a743c69226417f86fc87d2b470d2ca6abc22376c
+FROM public.ecr.aws/lambda/python@sha256:457992af62f27242a528201c443e1f778d78c8a9333f8b6de7ff14f05224589a
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 && \

  • pip install selenium==4.42.0
  • pip install selenium==4.43.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 9a6ff01..9b0555c 100644
    --- a/README.md
    +++ b/README.md
    @@ -7,10 +7,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.13.11
+- Python 3.13.12

  • chromium 147.0.7727.56
  • chromedriver 147.0.7727.56
    -- selenium 4.42.0
    +- selenium 4.43.0

Running the demo

Version Updates Fri Apr 10 03:26:45 UTC 2026

10 Apr 03:26
679af07

Choose a tag to compare

SHA256_DIGEST=b8a94e60893a2049bb3c7c66a743c69226417f86fc87d2b470d2ca6abc22376c
REVISION=1596535
PYTHON_VERSION=3.13.11
SELENIUM_VERSION=4.42.0
CHROME_VERSION=147.0.7727.56

diff --git a/Dockerfile b/Dockerfile
index a65465c..b04fa2d 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 && \

  • pip install selenium==4.41.0
  • pip install selenium==4.42.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 fcabd38..9a6ff01 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.11
  • chromium 147.0.7727.56
  • chromedriver 147.0.7727.56
    -- selenium 4.41.0
    +- selenium 4.42.0

Running the demo

Version Updates Wed Apr 8 03:00:41 UTC 2026

08 Apr 03:00
68140b4

Choose a tag to compare

SHA256_DIGEST=b8a94e60893a2049bb3c7c66a743c69226417f86fc87d2b470d2ca6abc22376c
REVISION=1596535
PYTHON_VERSION=3.13.11
SELENIUM_VERSION=4.41.0
CHROME_VERSION=147.0.7727.56

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

diff --git a/README.md b/README.md
index f3a8f7c..fcabd38 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.11
    -- chromium 147.0.7727.50
    -- chromedriver 147.0.7727.50
    +- chromium 147.0.7727.56
    +- chromedriver 147.0.7727.56
  • selenium 4.41.0

Running the demo

Version Updates Thu Apr 2 02:54:04 UTC 2026

02 Apr 02:54
c6af92c

Choose a tag to compare

SHA256_DIGEST=b8a94e60893a2049bb3c7c66a743c69226417f86fc87d2b470d2ca6abc22376c
REVISION=1596535
PYTHON_VERSION=3.13.11
SELENIUM_VERSION=4.41.0
CHROME_VERSION=147.0.7727.50

diff --git a/Dockerfile b/Dockerfile
index b24fdeb..bb74dbe 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:78a3535cee1b34a592ec7bbfae762055ba5c9c89e8b5ded03107e1ab014df6b8 as build
+FROM public.ecr.aws/lambda/python@sha256:b8a94e60893a2049bb3c7c66a743c69226417f86fc87d2b470d2ca6abc22376c as build
RUN dnf install -y unzip && \

-FROM public.ecr.aws/lambda/python@sha256:78a3535cee1b34a592ec7bbfae762055ba5c9c89e8b5ded03107e1ab014df6b8
+FROM public.ecr.aws/lambda/python@sha256:b8a94e60893a2049bb3c7c66a743c69226417f86fc87d2b470d2ca6abc22376c
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 e1fd87b..f3a8f7c 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.11
    -- chromium 147.0.7727.24
    -- chromedriver 147.0.7727.24
    +- chromium 147.0.7727.50
    +- chromedriver 147.0.7727.50
  • selenium 4.41.0

Running the demo

Version Updates Thu Mar 26 02:55:36 UTC 2026

26 Mar 02:55
7cf0d63

Choose a tag to compare

SHA256_DIGEST=78a3535cee1b34a592ec7bbfae762055ba5c9c89e8b5ded03107e1ab014df6b8
REVISION=1596535
PYTHON_VERSION=3.13.11
SELENIUM_VERSION=4.41.0
CHROME_VERSION=147.0.7727.24

diff --git a/Dockerfile b/Dockerfile
index 2eff592..b24fdeb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
FROM public.ecr.aws/lambda/python@sha256:78a3535cee1b34a592ec7bbfae762055ba5c9c89e8b5ded03107e1ab014df6b8 as build
RUN dnf install -y unzip && \

diff --git a/README.md b/README.md
index 9b43d87..e1fd87b 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.11
    -- chromium 146.0.7680.165
    -- chromedriver 146.0.7680.165
    +- chromium 147.0.7727.24
    +- chromedriver 147.0.7727.24
  • selenium 4.41.0

Running the demo

Version Updates Tue Mar 24 02:44:17 UTC 2026

24 Mar 02:44
3fad063

Choose a tag to compare

SHA256_DIGEST=78a3535cee1b34a592ec7bbfae762055ba5c9c89e8b5ded03107e1ab014df6b8
REVISION=1582197
PYTHON_VERSION=3.13.11
SELENIUM_VERSION=4.41.0
CHROME_VERSION=146.0.7680.165

diff --git a/Dockerfile b/Dockerfile
index f789dff..2eff592 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:94fba3db411aa55b762db473af64c49b8551ef6fbe9c95c913aef5aa44c278da as build
+FROM public.ecr.aws/lambda/python@sha256:78a3535cee1b34a592ec7bbfae762055ba5c9c89e8b5ded03107e1ab014df6b8 as build
RUN dnf install -y unzip && \

-FROM public.ecr.aws/lambda/python@sha256:94fba3db411aa55b762db473af64c49b8551ef6fbe9c95c913aef5aa44c278da
+FROM public.ecr.aws/lambda/python@sha256:78a3535cee1b34a592ec7bbfae762055ba5c9c89e8b5ded03107e1ab014df6b8
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 c54ab30..9b43d87 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.11
    -- chromium 146.0.7680.153
    -- chromedriver 146.0.7680.153
    +- chromium 146.0.7680.165
    +- chromedriver 146.0.7680.165
  • selenium 4.41.0

Running the demo

Version Updates Thu Mar 19 02:52:03 UTC 2026

19 Mar 02:52
875ab15

Choose a tag to compare

SHA256_DIGEST=94fba3db411aa55b762db473af64c49b8551ef6fbe9c95c913aef5aa44c278da
REVISION=1582197
PYTHON_VERSION=3.13.11
SELENIUM_VERSION=4.41.0
CHROME_VERSION=146.0.7680.153

diff --git a/Dockerfile b/Dockerfile
index 95a0124..f789dff 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:f22a75ddc4ea167a7210b62e4d49aa23f9f1dcd52d1d6084188269a9bf035819 as build
+FROM public.ecr.aws/lambda/python@sha256:94fba3db411aa55b762db473af64c49b8551ef6fbe9c95c913aef5aa44c278da as build
RUN dnf install -y unzip && \

-FROM public.ecr.aws/lambda/python@sha256:f22a75ddc4ea167a7210b62e4d49aa23f9f1dcd52d1d6084188269a9bf035819
+FROM public.ecr.aws/lambda/python@sha256:94fba3db411aa55b762db473af64c49b8551ef6fbe9c95c913aef5aa44c278da
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 c137a22..c54ab30 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.11
    -- chromium 146.0.7680.80
    -- chromedriver 146.0.7680.80
    +- chromium 146.0.7680.153
    +- chromedriver 146.0.7680.153
  • selenium 4.41.0

Running the demo

Version Updates Sat Mar 14 02:39:57 UTC 2026

14 Mar 02:40
12ef16c

Choose a tag to compare

SHA256_DIGEST=f22a75ddc4ea167a7210b62e4d49aa23f9f1dcd52d1d6084188269a9bf035819
REVISION=1582197
PYTHON_VERSION=3.13.11
SELENIUM_VERSION=4.41.0
CHROME_VERSION=146.0.7680.80

diff --git a/Dockerfile b/Dockerfile
index 4fcc2bc..95a0124 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:9d4188fd11f641450a5c83d6efb2d03642cd34231337bdee1c945e8ffea4da35 as build
+FROM public.ecr.aws/lambda/python@sha256:f22a75ddc4ea167a7210b62e4d49aa23f9f1dcd52d1d6084188269a9bf035819 as build
RUN dnf install -y unzip && \

-FROM public.ecr.aws/lambda/python@sha256:9d4188fd11f641450a5c83d6efb2d03642cd34231337bdee1c945e8ffea4da35
+FROM public.ecr.aws/lambda/python@sha256:f22a75ddc4ea167a7210b62e4d49aa23f9f1dcd52d1d6084188269a9bf035819
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 ea11fe3..c137a22 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.11
    -- chromium 146.0.7680.72
    -- chromedriver 146.0.7680.72
    +- chromium 146.0.7680.80
    +- chromedriver 146.0.7680.80
  • selenium 4.41.0

Running the demo

Version Updates Wed Mar 11 02:37:43 UTC 2026

11 Mar 02:37
2695fe6

Choose a tag to compare

SHA256_DIGEST=9d4188fd11f641450a5c83d6efb2d03642cd34231337bdee1c945e8ffea4da35
REVISION=1582197
PYTHON_VERSION=3.13.11
SELENIUM_VERSION=4.41.0
CHROME_VERSION=146.0.7680.72

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

diff --git a/README.md b/README.md
index 795ff7f..ea11fe3 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.11
    -- chromium 146.0.7680.66
    -- chromedriver 146.0.7680.66
    +- chromium 146.0.7680.72
    +- chromedriver 146.0.7680.72
  • selenium 4.41.0

Running the demo