Skip to content

Version Updates Sat May 24 01:57:08 UTC 2025

Compare
Choose a tag to compare
@github-actions github-actions released this 24 May 01:57
· 2 commits to main since this release
1cb2d99

SHA256_DIGEST=4a4ca5ff3639ba963e218fa66417fbcdfa19a03fd71c5011acf4e4eed542392e
REVISION=1440670
PYTHON_VERSION=3.13.3
SELENIUM_VERSION=4.33.0
CHROME_VERSION=136.0.7103.113

diff --git a/Dockerfile b/Dockerfile
index 5d97d67..72f91ee 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.32.0
+RUN pip install selenium==4.33.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 25cc6aa..a9659f2 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.3
  • chromium 136.0.7103.113
  • chromedriver 136.0.7103.113
    -- selenium 4.32.0
    +- selenium 4.33.0

Running the demo