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.11.2
13+ RUN pip install selenium==4.12.0
1414COPY --from=build /opt/chrome-linux /opt/chrome
1515COPY --from=build /opt/chromedriver /opt/
1616COPY main.py ./
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ This image goes with these versions. [These are automatically updated and tested
1515- Python 3.11.4
1616- chromium 114.0.5735.0
1717- chromedriver 114.0.5735.90
18- - selenium 4.11.2
18+ - selenium 4.12.0
1919
2020## Running the demo
2121
You can’t perform that action at this time.
0 commit comments