Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit 5a1a6bb

Browse files
committed
Preserve compat with Zalenium old versions
1 parent 3f1dafb commit 5a1a6bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,7 @@ RUN wget -nv "${FF_URL}" -O "firefox.tar.bz2" \
558558
&& sudo ln -fs /home/seluser/firefox-for-sel-3/firefox /usr/bin/firefox
559559

560560
LABEL selenium_firefox_version "52.0.2"
561+
LABEL selenium3_firefox_version "52.0.2"
561562

562563
#=============================
563564
# sudo by default from now on
@@ -588,6 +589,7 @@ ENV CHROME_VERSION_TRIGGER="58.0.3029.110" \
588589
GREP_ONLY_NUMS_VER="[0-9.]{2,20}"
589590

590591
LABEL selenium_chrome_version "58.0.3029.110"
592+
LABEL selenium3_chrome_version "58.0.3029.110"
591593

592594
# Layer size: huge: 196.3 MB
593595
RUN apt-get -qqy update \

0 commit comments

Comments
 (0)