Skip to content

Version Updates Thu Apr 11 01:17:33 UTC 2024

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Apr 01:17
· 8 commits to main since this release
9d10b96

SHA256_DIGEST=bf65727dd64fa8cbe9ada6a6c29a3fa4f248c635599e770366f8ac21eef36630
REVISION=1262506
PYTHON_VERSION=3.12.2
SELENIUM_VERSION=4.19.0
CHROME_VERSION=123.0.6312.122

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

diff --git a/README.md b/README.md
index 3bb87a0..e47b30c 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.2
    -- chromium 123.0.6312.105
    -- chromedriver 123.0.6312.105
    +- chromium 123.0.6312.122
    +- chromedriver 123.0.6312.122
  • selenium 4.19.0

Running the demo