Skip to content

Version Updates Wed Nov 27 01:52:47 UTC 2024

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Nov 01:52
· 18 commits to main since this release
bfeabb9

SHA256_DIGEST=f5b51b377b80bd303fe8055084e2763336ea8920d12955b23ef8cb99dda56112
REVISION=1368529
PYTHON_VERSION=3.13.0
SELENIUM_VERSION=4.27.1
CHROME_VERSION=131.0.6778.85

diff --git a/Dockerfile b/Dockerfile
index ad06ff7..b142052 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.27.0
+RUN pip install selenium==4.27.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 b68a808..5a4355a 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 131.0.6778.85
  • chromedriver 131.0.6778.85
    -- selenium 4.27.0
    +- selenium 4.27.1

Running the demo