Releases: umihico/docker-selenium-lambda
Version Updates Wed Jul 24 01:26:58 UTC 2024
SHA256_DIGEST=20b0dc83402bc46577044b714623eee4843fef196bfce37230a2bfe243a10c73
REVISION=1313161
PYTHON_VERSION=3.12.3
SELENIUM_VERSION=4.23.0
CHROME_VERSION=127.0.6533.72
diff --git a/Dockerfile b/Dockerfile
index 4f388d9..9069cd8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
FROM public.ecr.aws/lambda/python@sha256:20b0dc83402bc46577044b714623eee4843fef196bfce37230a2bfe243a10c73 as build
RUN dnf install -y unzip && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.182/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.182/linux64/chrome-linux64.zip" && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/127.0.6533.72/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/127.0.6533.72/linux64/chrome-linux64.zip" &&
unzip /tmp/chromedriver-linux64.zip -d /opt/ &&
unzip /tmp/chrome-linux64.zip -d /opt/
diff --git a/README.md b/README.md
index 499d15f..381d966 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.12.3
-- chromium 126.0.6478.182
-- chromedriver 126.0.6478.182
+- chromium 127.0.6533.72
+- chromedriver 127.0.6533.72 - selenium 4.23.0
Running the demo
Version Updates Sat Jul 20 01:24:26 UTC 2024
SHA256_DIGEST=20b0dc83402bc46577044b714623eee4843fef196bfce37230a2bfe243a10c73
REVISION=1300313
PYTHON_VERSION=3.12.3
SELENIUM_VERSION=4.23.0
CHROME_VERSION=126.0.6478.182
diff --git a/Dockerfile b/Dockerfile
index b8bfad8..4f388d9 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.22.0
+RUN pip install selenium==4.23.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 6f14338..499d15f 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.12.3
- chromium 126.0.6478.182
- chromedriver 126.0.6478.182
-- selenium 4.22.0
+- selenium 4.23.0
Running the demo
Version Updates Wed Jul 17 01:27:13 UTC 2024
SHA256_DIGEST=20b0dc83402bc46577044b714623eee4843fef196bfce37230a2bfe243a10c73
REVISION=1300313
PYTHON_VERSION=3.12.3
SELENIUM_VERSION=4.22.0
CHROME_VERSION=126.0.6478.182
diff --git a/Dockerfile b/Dockerfile
index 344bd87..b8bfad8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:bbc480b7978f410a145932cbe94d5699ac7e1b9897a35876dde2a76e827760cb as build
+FROM public.ecr.aws/lambda/python@sha256:20b0dc83402bc46577044b714623eee4843fef196bfce37230a2bfe243a10c73 as build
RUN dnf install -y unzip && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.126/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.126/linux64/chrome-linux64.zip" && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.182/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.182/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:bbc480b7978f410a145932cbe94d5699ac7e1b9897a35876dde2a76e827760cb
+FROM public.ecr.aws/lambda/python@sha256:20b0dc83402bc46577044b714623eee4843fef196bfce37230a2bfe243a10c73
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 5b86dbe..6f14338 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.12.3
-- chromium 126.0.6478.126
-- chromedriver 126.0.6478.126
+- chromium 126.0.6478.182
+- chromedriver 126.0.6478.182 - selenium 4.22.0
Running the demo
Version Updates Tue Jun 25 01:24:19 UTC 2024
SHA256_DIGEST=bbc480b7978f410a145932cbe94d5699ac7e1b9897a35876dde2a76e827760cb
REVISION=1300313
PYTHON_VERSION=3.12.3
SELENIUM_VERSION=4.22.0
CHROME_VERSION=126.0.6478.126
diff --git a/Dockerfile b/Dockerfile
index 1a42473..344bd87 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
FROM public.ecr.aws/lambda/python@sha256:bbc480b7978f410a145932cbe94d5699ac7e1b9897a35876dde2a76e827760cb as build
RUN dnf install -y unzip && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.63/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.63/linux64/chrome-linux64.zip" && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.126/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.126/linux64/chrome-linux64.zip" &&
unzip /tmp/chromedriver-linux64.zip -d /opt/ &&
unzip /tmp/chrome-linux64.zip -d /opt/
diff --git a/README.md b/README.md
index 6e548aa..5b86dbe 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.12.3
-- chromium 126.0.6478.63
-- chromedriver 126.0.6478.63
+- chromium 126.0.6478.126
+- chromedriver 126.0.6478.126 - selenium 4.22.0
Running the demo
Version Updates Fri Jun 21 01:23:10 UTC 2024
SHA256_DIGEST=bbc480b7978f410a145932cbe94d5699ac7e1b9897a35876dde2a76e827760cb
REVISION=1300313
PYTHON_VERSION=3.12.3
SELENIUM_VERSION=4.22.0
CHROME_VERSION=126.0.6478.63
diff --git a/Dockerfile b/Dockerfile
index ae7d86d..1a42473 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,16 +1,16 @@
-FROM public.ecr.aws/lambda/python@sha256:91ed051a27a1e27729351258358dfdf6622af136aeb50bd75d3bbf6ab790afdd as build
+FROM public.ecr.aws/lambda/python@sha256:bbc480b7978f410a145932cbe94d5699ac7e1b9897a35876dde2a76e827760cb as build
RUN dnf install -y unzip && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.62/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.62/linux64/chrome-linux64.zip" && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.63/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.63/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:91ed051a27a1e27729351258358dfdf6622af136aeb50bd75d3bbf6ab790afdd
+FROM public.ecr.aws/lambda/python@sha256:bbc480b7978f410a145932cbe94d5699ac7e1b9897a35876dde2a76e827760cb
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.21.0
+RUN pip install selenium==4.22.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 6ca92dd..6e548aa 100644
--- a/README.md
+++ b/README.md
@@ -8,9 +8,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.12.3
-- chromium 126.0.6478.62
-- chromedriver 126.0.6478.62
-- selenium 4.21.0
+- chromium 126.0.6478.63
+- chromedriver 126.0.6478.63
+- selenium 4.22.0
Running the demo
Version Updates Wed Jun 19 01:24:49 UTC 2024
SHA256_DIGEST=91ed051a27a1e27729351258358dfdf6622af136aeb50bd75d3bbf6ab790afdd
REVISION=1300313
PYTHON_VERSION=3.12.3
SELENIUM_VERSION=4.21.0
CHROME_VERSION=126.0.6478.62
diff --git a/Dockerfile b/Dockerfile
index 8da7fae..ae7d86d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:afa4a10f4baab4e0a8bc8fcaa82225ed4545c1718e13ea8e4b041d8061206be7 as build
+FROM public.ecr.aws/lambda/python@sha256:91ed051a27a1e27729351258358dfdf6622af136aeb50bd75d3bbf6ab790afdd as build
RUN dnf install -y unzip && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.61/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.61/linux64/chrome-linux64.zip" && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.62/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.62/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:afa4a10f4baab4e0a8bc8fcaa82225ed4545c1718e13ea8e4b041d8061206be7
+FROM public.ecr.aws/lambda/python@sha256:91ed051a27a1e27729351258358dfdf6622af136aeb50bd75d3bbf6ab790afdd
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 b0ff403..6ca92dd 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.12.3
-- chromium 126.0.6478.61
-- chromedriver 126.0.6478.61
+- chromium 126.0.6478.62
+- chromedriver 126.0.6478.62 - selenium 4.21.0
Running the demo
Version Updates Fri Jun 14 01:23:43 UTC 2024
SHA256_DIGEST=afa4a10f4baab4e0a8bc8fcaa82225ed4545c1718e13ea8e4b041d8061206be7
REVISION=1300313
PYTHON_VERSION=3.12.3
SELENIUM_VERSION=4.21.0
CHROME_VERSION=126.0.6478.61
diff --git a/Dockerfile b/Dockerfile
index c6b927f..8da7fae 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:7a279a376245d08ba5396c9fbed4fb3daa64fa810c6b54f8249cbd08ebed1362 as build
+FROM public.ecr.aws/lambda/python@sha256:afa4a10f4baab4e0a8bc8fcaa82225ed4545c1718e13ea8e4b041d8061206be7 as build
RUN dnf install -y unzip && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.55/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.55/linux64/chrome-linux64.zip" && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.61/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.61/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:7a279a376245d08ba5396c9fbed4fb3daa64fa810c6b54f8249cbd08ebed1362
+FROM public.ecr.aws/lambda/python@sha256:afa4a10f4baab4e0a8bc8fcaa82225ed4545c1718e13ea8e4b041d8061206be7
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 6f3af70..b0ff403 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.12.3
-- chromium 126.0.6478.55
-- chromedriver 126.0.6478.55
+- chromium 126.0.6478.61
+- chromedriver 126.0.6478.61 - selenium 4.21.0
Running the demo
Version Updates Wed Jun 12 01:24:16 UTC 2024
SHA256_DIGEST=7a279a376245d08ba5396c9fbed4fb3daa64fa810c6b54f8249cbd08ebed1362
REVISION=1300313
PYTHON_VERSION=3.12.3
SELENIUM_VERSION=4.21.0
CHROME_VERSION=126.0.6478.55
diff --git a/Dockerfile b/Dockerfile
index f7f39f3..c6b927f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:2f2a8564374a04e569a1a039975b4627edd32a80f331bf7d5643af5a4fdcba3b as build
+FROM public.ecr.aws/lambda/python@sha256:7a279a376245d08ba5396c9fbed4fb3daa64fa810c6b54f8249cbd08ebed1362 as build
RUN dnf install -y unzip && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/125.0.6422.141/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/125.0.6422.141/linux64/chrome-linux64.zip" && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.55/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.55/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:2f2a8564374a04e569a1a039975b4627edd32a80f331bf7d5643af5a4fdcba3b
+FROM public.ecr.aws/lambda/python@sha256:7a279a376245d08ba5396c9fbed4fb3daa64fa810c6b54f8249cbd08ebed1362
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 65f47dd..6f3af70 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.12.3
-- chromium 125.0.6422.141
-- chromedriver 125.0.6422.141
+- chromium 126.0.6478.55
+- chromedriver 126.0.6478.55 - selenium 4.21.0
Running the demo
Version Updates Fri May 31 01:22:54 UTC 2024
SHA256_DIGEST=2f2a8564374a04e569a1a039975b4627edd32a80f331bf7d5643af5a4fdcba3b
REVISION=1287751
PYTHON_VERSION=3.12.3
SELENIUM_VERSION=4.21.0
CHROME_VERSION=125.0.6422.141
diff --git a/Dockerfile b/Dockerfile
index ff7d143..f7f39f3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:51ebbb5a9b649d5f48f25c5383aa5c79ccd49146a842fc4d2711566cca7abd74 as build
+FROM public.ecr.aws/lambda/python@sha256:2f2a8564374a04e569a1a039975b4627edd32a80f331bf7d5643af5a4fdcba3b as build
RUN dnf install -y unzip && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/125.0.6422.78/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/125.0.6422.78/linux64/chrome-linux64.zip" && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/125.0.6422.141/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/125.0.6422.141/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:51ebbb5a9b649d5f48f25c5383aa5c79ccd49146a842fc4d2711566cca7abd74
+FROM public.ecr.aws/lambda/python@sha256:2f2a8564374a04e569a1a039975b4627edd32a80f331bf7d5643af5a4fdcba3b
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 9e2591a..65f47dd 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.12.3
-- chromium 125.0.6422.78
-- chromedriver 125.0.6422.78
+- chromium 125.0.6422.141
+- chromedriver 125.0.6422.141 - selenium 4.21.0
Running the demo
Version Updates Fri May 24 01:52:57 UTC 2024
SHA256_DIGEST=51ebbb5a9b649d5f48f25c5383aa5c79ccd49146a842fc4d2711566cca7abd74
REVISION=1287751
PYTHON_VERSION=3.12.3
SELENIUM_VERSION=4.21.0
CHROME_VERSION=125.0.6422.78
diff --git a/Dockerfile b/Dockerfile
index 4333a3e..ff7d143 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
-FROM public.ecr.aws/lambda/python@sha256:0d68270cc918cb720827b02aba85e80aa148bc75f3bdada9e16874c1778ea1e1 as build
+FROM public.ecr.aws/lambda/python@sha256:51ebbb5a9b649d5f48f25c5383aa5c79ccd49146a842fc4d2711566cca7abd74 as build
RUN dnf install -y unzip && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/125.0.6422.60/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/125.0.6422.60/linux64/chrome-linux64.zip" && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/125.0.6422.78/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/125.0.6422.78/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:0d68270cc918cb720827b02aba85e80aa148bc75f3bdada9e16874c1778ea1e1
+FROM public.ecr.aws/lambda/python@sha256:51ebbb5a9b649d5f48f25c5383aa5c79ccd49146a842fc4d2711566cca7abd74
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 b0b151a..9e2591a 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.12.3
-- chromium 125.0.6422.60
-- chromedriver 125.0.6422.60
+- chromium 125.0.6422.78
+- chromedriver 125.0.6422.78 - selenium 4.21.0