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

Commit d563c1b

Browse files
committed
Deprecate legacy LABELs selenium3_chrome_version, selenium3_firefox_version
1 parent a0d880f commit d563c1b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

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

568568
LABEL selenium_firefox_version "55.0.3"
569-
LABEL selenium3_firefox_version "55.0.3"
570569

571570
#=============================
572571
# sudo by default from now on
@@ -597,7 +596,6 @@ ENV CHROME_VERSION_TRIGGER="61.0.3163.91" \
597596
GREP_ONLY_NUMS_VER="[0-9.]{2,20}"
598597

599598
LABEL selenium_chrome_version "61.0.3163.91"
600-
LABEL selenium3_chrome_version "61.0.3163.91"
601599

602600
# Layer size: huge: 196.3 MB
603601
RUN apt-get -qqy update \

0 commit comments

Comments
 (0)