Skip to content

Commit e4cc725

Browse files
Merge pull request #357 from umihico/2025-12-07-021443
PR:Version Updates Sun Dec 7 02:14:43 UTC 2025
2 parents 31200f7 + 57fcf22 commit e4cc725

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN dnf install -y atk cups-libs gtk3 libXcomposite alsa-lib \
1010
libXcursor libXdamage libXext libXi libXrandr libXScrnSaver \
1111
libXtst pango at-spi2-atk libXt xorg-x11-server-Xvfb \
1212
xorg-x11-xauth dbus-glib dbus-glib-devel nss mesa-libgbm && \
13-
pip install selenium==4.38.0
13+
pip install selenium==4.39.0
1414
COPY --from=build /opt/chrome-linux64 /opt/chrome
1515
COPY --from=build /opt/chromedriver-linux64 /opt/
1616
COPY main.py ./

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This image goes with these versions. [These are automatically updated and tested
1010
- Python 3.13.9
1111
- chromium 143.0.7499.40
1212
- chromedriver 143.0.7499.40
13-
- selenium 4.38.0
13+
- selenium 4.39.0
1414

1515
## Running the demo
1616

0 commit comments

Comments
 (0)