File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN yum install 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 -y
13- RUN pip install selenium==4.15.0
13+ RUN pip install selenium==4.15.1
1414COPY --from=build /opt/chrome-linux64 /opt/chrome
1515COPY --from=build /opt/chromedriver-linux64 /opt/
1616COPY main.py ./
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This image goes with these versions. [These are automatically updated and tested
1010- Python 3.11.6
1111- chromium 119.0.6045.105
1212- chromedriver 119.0.6045.105
13- - selenium 4.15.0
13+ - selenium 4.15.1
1414
1515## Running the demo
1616
You can’t perform that action at this time.
0 commit comments