Skip to content

Version Updates Fri Sep 1 01:18:25 UTC 2023

Choose a tag to compare

@github-actions github-actions released this 01 Sep 01:18
· 286 commits to main since this release
926efae

SHA256_DIGEST=489d4abc8644060e2e16db2ffaaafa157359761feaf9438bf26ed88e37e43d9c
POSITION=1135561
DRIVER_VERSION=114.0.5735.90
PYTHON_VERSION=3.11.4
SELENIUM_VERSION=4.12.0
CHROME_VERSION=114.0.5735.0

diff --git a/Dockerfile b/Dockerfile
index 832613a..06964c5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,7 +10,7 @@ RUN yum install 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 -y
-RUN pip install selenium==4.11.2
+RUN pip install selenium==4.12.0
COPY --from=build /opt/chrome-linux /opt/chrome
COPY --from=build /opt/chromedriver /opt/
COPY main.py ./
diff --git a/README.md b/README.md
index 344a795..c62ba54 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ This image goes with these versions. [These are automatically updated and tested

  • Python 3.11.4
  • chromium 114.0.5735.0
  • chromedriver 114.0.5735.90
    -- selenium 4.11.2
    +- selenium 4.12.0

Running the demo