Skip to content

Commit

Permalink
Merge pull request #303 from umihico/2025-01-24-014323
Browse files Browse the repository at this point in the history
PR:Version Updates Fri Jan 24 01:43:23 UTC 2025
  • Loading branch information
github-actions[bot] authored Jan 24, 2025
2 parents b5100f5 + c35e59c commit 92d7964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.28.0
RUN pip install selenium==4.28.1
COPY --from=build /opt/chrome-linux64 /opt/chrome
COPY --from=build /opt/chromedriver-linux64 /opt/
COPY main.py ./
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This image goes with these versions. [These are automatically updated and tested
- Python 3.13.0
- chromium 132.0.6834.110
- chromedriver 132.0.6834.110
- selenium 4.28.0
- selenium 4.28.1

## Running the demo

Expand Down

0 comments on commit 92d7964

Please sign in to comment.