Skip to content

Version Updates Sat Sep 21 01:40:48 UTC 2024

Choose a tag to compare

@github-actions github-actions released this 21 Sep 01:40
· 144 commits to main since this release
fca424d

SHA256_DIGEST=0a3d34a8310dc339ea7afeb64725df5685da2e6f335dc9287cbc0cddc4a159f2
REVISION=1343869
PYTHON_VERSION=3.12.5
SELENIUM_VERSION=4.25.0
CHROME_VERSION=129.0.6668.58

diff --git a/Dockerfile b/Dockerfile
index 1061025..4f57ff4 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.24.0
+RUN pip install selenium==4.25.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 a231c01..1b8ff4c 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.5
  • chromium 129.0.6668.58
  • chromedriver 129.0.6668.58
    -- selenium 4.24.0
    +- selenium 4.25.0

Running the demo