Releases: umihico/docker-selenium-lambda
Release list
Version Updates Thu Jul 23 03:30:20 UTC 2026
SHA256_DIGEST=ffd4cb57ef54ca866520300d4489b624ee7d91c40f2d6e7bb415a7e8c2a3396e
REVISION=1654411
PYTHON_VERSION=3.14.6
SELENIUM_VERSION=4.46.0
CHROME_VERSION=151.0.7922.47
diff --git a/Dockerfile b/Dockerfile
index eb78d87..48506fe 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:b9ed065148a0c12408ac2ff416f3e6741e233aff1081e2c8c4ace4cc6e750c5a as build
+FROM public.ecr.aws/lambda/python@sha256:ffd4cb57ef54ca866520300d4489b624ee7d91c40f2d6e7bb415a7e8c2a3396e as build
RUN dnf install -y unzip && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/151.0.7922.34/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/151.0.7922.34/linux64/chrome-linux64.zip" && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/151.0.7922.47/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/151.0.7922.47/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:b9ed065148a0c12408ac2ff416f3e6741e233aff1081e2c8c4ace4cc6e750c5a
+FROM public.ecr.aws/lambda/python@sha256:ffd4cb57ef54ca866520300d4489b624ee7d91c40f2d6e7bb415a7e8c2a3396e
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 16d2f24..bebe61c 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.14.6
-- chromium 151.0.7922.34
-- chromedriver 151.0.7922.34
+- chromium 151.0.7922.47
+- chromedriver 151.0.7922.47 - selenium 4.46.0
Running the demo
Version Updates Thu Jul 16 03:19:05 UTC 2026
SHA256_DIGEST=b9ed065148a0c12408ac2ff416f3e6741e233aff1081e2c8c4ace4cc6e750c5a
REVISION=1654411
PYTHON_VERSION=3.14.6
SELENIUM_VERSION=4.46.0
CHROME_VERSION=151.0.7922.34
diff --git a/Dockerfile b/Dockerfile
index 95d5d8f..eb78d87 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:94bf522144491ed717b040098b2af2374769781e9db46bbf5728a70625ce8b10 as build
+FROM public.ecr.aws/lambda/python@sha256:b9ed065148a0c12408ac2ff416f3e6741e233aff1081e2c8c4ace4cc6e750c5a as build
RUN dnf install -y unzip && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/150.0.7871.124/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/150.0.7871.124/linux64/chrome-linux64.zip" && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/151.0.7922.34/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/151.0.7922.34/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:94bf522144491ed717b040098b2af2374769781e9db46bbf5728a70625ce8b10
+FROM public.ecr.aws/lambda/python@sha256:b9ed065148a0c12408ac2ff416f3e6741e233aff1081e2c8c4ace4cc6e750c5a
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 5a73c3c..16d2f24 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.14.6
-- chromium 150.0.7871.124
-- chromedriver 150.0.7871.124
+- chromium 151.0.7922.34
+- chromedriver 151.0.7922.34 - selenium 4.46.0
Running the demo
Version Updates Wed Jul 15 02:58:15 UTC 2026
SHA256_DIGEST=94bf522144491ed717b040098b2af2374769781e9db46bbf5728a70625ce8b10
REVISION=1639810
PYTHON_VERSION=3.14.6
SELENIUM_VERSION=4.46.0
CHROME_VERSION=150.0.7871.124
diff --git a/Dockerfile b/Dockerfile
index 67dea48..95d5d8f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:09f2e54a99451f0c982e5aa9b4fff97d2ae18a1bd1917f4a3c9d040cd83f5b5e as build
+FROM public.ecr.aws/lambda/python@sha256:94bf522144491ed717b040098b2af2374769781e9db46bbf5728a70625ce8b10 as build
RUN dnf install -y unzip && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/150.0.7871.115/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/150.0.7871.115/linux64/chrome-linux64.zip" && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/150.0.7871.124/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/150.0.7871.124/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:09f2e54a99451f0c982e5aa9b4fff97d2ae18a1bd1917f4a3c9d040cd83f5b5e
+FROM public.ecr.aws/lambda/python@sha256:94bf522144491ed717b040098b2af2374769781e9db46bbf5728a70625ce8b10
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 29fdfca..5a73c3c 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.14.6
-- chromium 150.0.7871.115
-- chromedriver 150.0.7871.115
+- chromium 150.0.7871.124
+- chromedriver 150.0.7871.124 - selenium 4.46.0
Running the demo
Version Updates Sat Jul 11 03:22:47 UTC 2026
SHA256_DIGEST=09f2e54a99451f0c982e5aa9b4fff97d2ae18a1bd1917f4a3c9d040cd83f5b5e
REVISION=1639810
PYTHON_VERSION=3.14.6
SELENIUM_VERSION=4.46.0
CHROME_VERSION=150.0.7871.115
diff --git a/Dockerfile b/Dockerfile
index 8941301..67dea48 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,16 +1,16 @@
-FROM public.ecr.aws/lambda/python@sha256:f83e9ae8b8f0fbe0b55916f4717f316f90d07cc9e26f4de08806f37b4180de0c as build
+FROM public.ecr.aws/lambda/python@sha256:09f2e54a99451f0c982e5aa9b4fff97d2ae18a1bd1917f4a3c9d040cd83f5b5e as build
RUN dnf install -y unzip &&
curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/150.0.7871.115/linux64/chromedriver-linux64.zip" &&
curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/150.0.7871.115/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:f83e9ae8b8f0fbe0b55916f4717f316f90d07cc9e26f4de08806f37b4180de0c
+FROM public.ecr.aws/lambda/python@sha256:09f2e54a99451f0c982e5aa9b4fff97d2ae18a1bd1917f4a3c9d040cd83f5b5e
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.45.0
- pip install selenium==4.46.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 713b281..29fdfca 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.14.6
- chromium 150.0.7871.115
- chromedriver 150.0.7871.115
-- selenium 4.45.0
+- selenium 4.46.0
Running the demo
Version Updates Fri Jul 10 03:57:21 UTC 2026
SHA256_DIGEST=f83e9ae8b8f0fbe0b55916f4717f316f90d07cc9e26f4de08806f37b4180de0c
REVISION=1639810
PYTHON_VERSION=3.14.6
SELENIUM_VERSION=4.45.0
CHROME_VERSION=150.0.7871.115
diff --git a/Dockerfile b/Dockerfile
index 687bedd..8941301 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:267d9c3919156c786ab679cf6553c8609eb9725f172f0510ac7210656b9b8bf0 as build
+FROM public.ecr.aws/lambda/python@sha256:f83e9ae8b8f0fbe0b55916f4717f316f90d07cc9e26f4de08806f37b4180de0c as build
RUN dnf install -y unzip &&
curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/150.0.7871.115/linux64/chromedriver-linux64.zip" &&
curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/150.0.7871.115/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:267d9c3919156c786ab679cf6553c8609eb9725f172f0510ac7210656b9b8bf0
+FROM public.ecr.aws/lambda/python@sha256:f83e9ae8b8f0fbe0b55916f4717f316f90d07cc9e26f4de08806f37b4180de0c
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 e31fa51..713b281 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.14
+- Python 3.14.6
- chromium 150.0.7871.115
- chromedriver 150.0.7871.115
- selenium 4.45.0
Version Updates Thu Jul 9 03:55:56 UTC 2026
SHA256_DIGEST=267d9c3919156c786ab679cf6553c8609eb9725f172f0510ac7210656b9b8bf0
REVISION=1639810
PYTHON_VERSION=3.13.14
SELENIUM_VERSION=4.45.0
CHROME_VERSION=150.0.7871.115
diff --git a/Dockerfile b/Dockerfile
index e18b0e8..687bedd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:fe214473206985450e9f9b0856144a4f6586ef1b74099e9d85f3f76eb8d0f2c4 as build
+FROM public.ecr.aws/lambda/python@sha256:267d9c3919156c786ab679cf6553c8609eb9725f172f0510ac7210656b9b8bf0 as build
RUN dnf install -y unzip && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/150.0.7871.49/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/150.0.7871.49/linux64/chrome-linux64.zip" && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/150.0.7871.115/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/150.0.7871.115/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:fe214473206985450e9f9b0856144a4f6586ef1b74099e9d85f3f76eb8d0f2c4
+FROM public.ecr.aws/lambda/python@sha256:267d9c3919156c786ab679cf6553c8609eb9725f172f0510ac7210656b9b8bf0
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 d019c83..e31fa51 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.14
-- chromium 150.0.7871.49
-- chromedriver 150.0.7871.49
+- chromium 150.0.7871.115
+- chromedriver 150.0.7871.115 - selenium 4.45.0
Running the demo
Version Updates Wed Jul 8 03:28:25 UTC 2026
SHA256_DIGEST=fe214473206985450e9f9b0856144a4f6586ef1b74099e9d85f3f76eb8d0f2c4
REVISION=1639810
PYTHON_VERSION=3.13.14
SELENIUM_VERSION=4.45.0
CHROME_VERSION=150.0.7871.49
diff --git a/Dockerfile b/Dockerfile
index 41e373e..e18b0e8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:03d64826419f4c6489131479fb54279a0df82e3c2ab24d0aefb7f7e1b2466a45 as build
+FROM public.ecr.aws/lambda/python@sha256:fe214473206985450e9f9b0856144a4f6586ef1b74099e9d85f3f76eb8d0f2c4 as build
RUN dnf install -y unzip && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/150.0.7871.46/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/150.0.7871.46/linux64/chrome-linux64.zip" && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/150.0.7871.49/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/150.0.7871.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:03d64826419f4c6489131479fb54279a0df82e3c2ab24d0aefb7f7e1b2466a45
+FROM public.ecr.aws/lambda/python@sha256:fe214473206985450e9f9b0856144a4f6586ef1b74099e9d85f3f76eb8d0f2c4
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 421a91c..d019c83 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.14
-- chromium 150.0.7871.46
-- chromedriver 150.0.7871.46
+- chromium 150.0.7871.49
+- chromedriver 150.0.7871.49 - selenium 4.45.0
Running the demo
Version Updates Wed Jul 1 04:28:25 UTC 2026
SHA256_DIGEST=03d64826419f4c6489131479fb54279a0df82e3c2ab24d0aefb7f7e1b2466a45
REVISION=1639810
PYTHON_VERSION=3.13.14
SELENIUM_VERSION=4.45.0
CHROME_VERSION=150.0.7871.46
diff --git a/Dockerfile b/Dockerfile
index 2fd7f6b..41e373e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:6b953badffa37f39801b5fa8e873af7fba78871207072cac746b0cbc46d5a0f5 as build
+FROM public.ecr.aws/lambda/python@sha256:03d64826419f4c6489131479fb54279a0df82e3c2ab24d0aefb7f7e1b2466a45 as build
RUN dnf install -y unzip && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/150.0.7871.24/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/150.0.7871.24/linux64/chrome-linux64.zip" && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/150.0.7871.46/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/150.0.7871.46/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:6b953badffa37f39801b5fa8e873af7fba78871207072cac746b0cbc46d5a0f5
+FROM public.ecr.aws/lambda/python@sha256:03d64826419f4c6489131479fb54279a0df82e3c2ab24d0aefb7f7e1b2466a45
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 d0f8367..421a91c 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.14
-- chromium 150.0.7871.24
-- chromedriver 150.0.7871.24
+- chromium 150.0.7871.46
+- chromedriver 150.0.7871.46 - selenium 4.45.0
Running the demo
Version Updates Thu Jun 18 04:45:49 UTC 2026
SHA256_DIGEST=6b953badffa37f39801b5fa8e873af7fba78871207072cac746b0cbc46d5a0f5
REVISION=1639810
PYTHON_VERSION=3.13.14
SELENIUM_VERSION=4.45.0
CHROME_VERSION=150.0.7871.24
diff --git a/Dockerfile b/Dockerfile
index a6dfda9..2fd7f6b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:c21f77540024d0f2043362aba786ab03ec3d1b26de94a987a8ad1461e8e1c797 as build
+FROM public.ecr.aws/lambda/python@sha256:6b953badffa37f39801b5fa8e873af7fba78871207072cac746b0cbc46d5a0f5 as build
RUN dnf install -y unzip && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/149.0.7827.155/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/149.0.7827.155/linux64/chrome-linux64.zip" && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/150.0.7871.24/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/150.0.7871.24/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:c21f77540024d0f2043362aba786ab03ec3d1b26de94a987a8ad1461e8e1c797
+FROM public.ecr.aws/lambda/python@sha256:6b953badffa37f39801b5fa8e873af7fba78871207072cac746b0cbc46d5a0f5
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 2e6373f..d0f8367 100644
--- a/README.md
+++ b/README.md
@@ -7,9 +7,9 @@ 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.13
-- chromium 149.0.7827.155
-- chromedriver 149.0.7827.155
+- Python 3.13.14
+- chromium 150.0.7871.24
+- chromedriver 150.0.7871.24
- selenium 4.45.0
Running the demo
Version Updates Wed Jun 17 04:52:14 UTC 2026
SHA256_DIGEST=c21f77540024d0f2043362aba786ab03ec3d1b26de94a987a8ad1461e8e1c797
REVISION=1625079
PYTHON_VERSION=3.13.13
SELENIUM_VERSION=4.45.0
CHROME_VERSION=149.0.7827.155
diff --git a/Dockerfile b/Dockerfile
index 1278906..a6dfda9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:5e923dc6f72cb87d3da2b2ab3b1f3ebf7f22ed1196bb21cf9921a74f0da1c778 as build
+FROM public.ecr.aws/lambda/python@sha256:c21f77540024d0f2043362aba786ab03ec3d1b26de94a987a8ad1461e8e1c797 as build
RUN dnf install -y unzip && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/149.0.7827.115/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/149.0.7827.115/linux64/chrome-linux64.zip" && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/149.0.7827.155/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/149.0.7827.155/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:5e923dc6f72cb87d3da2b2ab3b1f3ebf7f22ed1196bb21cf9921a74f0da1c778
+FROM public.ecr.aws/lambda/python@sha256:c21f77540024d0f2043362aba786ab03ec3d1b26de94a987a8ad1461e8e1c797
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 8dcf5a5..2e6373f 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.13
-- chromium 149.0.7827.115
-- chromedriver 149.0.7827.115
+- chromium 149.0.7827.155
+- chromedriver 149.0.7827.155 - selenium 4.45.0