File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN dnf install -y atk cups-libs gtk3 libXcomposite alsa-lib \
10
10
libXcursor libXdamage libXext libXi libXrandr libXScrnSaver \
11
11
libXtst pango at-spi2-atk libXt xorg-x11-server-Xvfb \
12
12
xorg-x11-xauth dbus-glib dbus-glib-devel nss mesa-libgbm
13
- RUN pip install selenium==4.28.0
13
+ RUN pip install selenium==4.28.1
14
14
COPY --from=build /opt/chrome-linux64 /opt/chrome
15
15
COPY --from=build /opt/chromedriver-linux64 /opt/
16
16
COPY 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
10
10
- Python 3.13.0
11
11
- chromium 132.0.6834.110
12
12
- chromedriver 132.0.6834.110
13
- - selenium 4.28.0
13
+ - selenium 4.28.1
14
14
15
15
## Running the demo
16
16
You can’t perform that action at this time.
0 commit comments