Skip to content

Commit 82b2ac0

Browse files
Version Updates Fri Sep 1 01:18:25 UTC 2023
1 parent b37b321 commit 82b2ac0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1414
COPY --from=build /opt/chrome-linux /opt/chrome
1515
COPY --from=build /opt/chromedriver /opt/
1616
COPY main.py ./

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)