Version Updates Thu May 15 01:59:39 UTC 2025
·
72 commits
to main
since this release
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 && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/136.0.7103.92/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/136.0.7103.92/linux64/chrome-linux64.zip" && \
- curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/136.0.7103.94/linux64/chromedriver-linux64.zip" && \
- curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/136.0.7103.94/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 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