Skip to content

Version Updates Thu Apr 25 01:19:10 UTC 2024

Choose a tag to compare

@github-actions github-actions released this 25 Apr 01:19
· 208 commits to main since this release
f11f14c

SHA256_DIGEST=3df8dcffd27efbaa191051cd2247e07e4a86aac394c6644e717cda3ca407f212
REVISION=1274542
PYTHON_VERSION=3.12.2
SELENIUM_VERSION=4.20.0
CHROME_VERSION=124.0.6367.78

diff --git a/Dockerfile b/Dockerfile
index 1c43676..18b817d 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.19.0
+RUN pip install selenium==4.20.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 501215d..a5a3157 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.2
  • chromium 124.0.6367.78
  • chromedriver 124.0.6367.78
    -- selenium 4.19.0
    +- selenium 4.20.0

Running the demo