Skip to content

Version Updates Fri Jan 24 01:43:23 UTC 2025

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jan 01:43
92d7964

SHA256_DIGEST=d8a6ad47f32e30fbaaec5cca3cff3140f5949e9b50515fc995f173a9f199fc84
REVISION=1381561
PYTHON_VERSION=3.13.0
SELENIUM_VERSION=4.28.1
CHROME_VERSION=132.0.6834.110

diff --git a/Dockerfile b/Dockerfile
index 90df3d1..9483a24 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.28.0
+RUN pip install selenium==4.28.1
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 a2f272e..151b768 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.13.0
  • chromium 132.0.6834.110
  • chromedriver 132.0.6834.110
    -- selenium 4.28.0
    +- selenium 4.28.1

Running the demo