Skip to content

Commit bfeabb9

Browse files
Merge pull request #294 from umihico/2024-11-27-015247
PR:Version Updates Wed Nov 27 01:52:47 UTC 2024
2 parents 8a6ab39 + 892b737 commit bfeabb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
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-
RUN pip install selenium==4.27.0
13+
RUN pip install selenium==4.27.1
1414
COPY --from=build /opt/chrome-linux64 /opt/chrome
1515
COPY --from=build /opt/chromedriver-linux64 /opt/
1616
COPY main.py ./

README.md

+1-1
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.0
1111
- chromium 131.0.6778.85
1212
- chromedriver 131.0.6778.85
13-
- selenium 4.27.0
13+
- selenium 4.27.1
1414

1515
## Running the demo
1616

0 commit comments

Comments
 (0)