File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,11 @@ ENV SCREEN_WIDTH 1920
1212
1313RUN dnf upgrade -y\
1414 && dnf install -y\
15- chromedriver-62.0.3202.89-1.fc27\
16- chromium-62.0.3202.89-1.fc27\
17- firefox-57.0-2.fc27\
18- python2-pip-9.0.1-11.fc27\
19- which-2.21-4.fc27\
20- xorg-x11-server-Xvfb-1.19.5-1.fc27\
15+ chromedriver-63.0.*\
16+ chromium-63.0.*\
17+ firefox-57.0-*\
18+ python2-pip-9.0.1-*\
19+ xorg-x11-server-Xvfb-1.19.*\
2120 && dnf clean all
2221
2322RUN pip install robotframework==3.0.2\
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ The versions used in the latest version are:
1818* Robot Framework 3.0.2
1919* Robot Framework SeleniumLibrary 3.0.0
2020* Firefox 57.0
21- * Chromium 62 .0
21+ * Chromium 63 .0
2222
2323## Running the container
2424
You can’t perform that action at this time.
0 commit comments