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

Commit a72f4e5

Browse files
committed
Upgrade Firefox major from 51.0.1 to 52.0.2
1 parent d7accc9 commit a72f4e5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ ENV FF_LANG="en-US" \
538538

539539
#--- For Selenium 3
540540
# Layer size: big: 108.2 MB
541-
ENV FF_VER="51.0.1"
541+
ENV FF_VER="52.0.2"
542542
ENV FF_COMP="firefox-${FF_VER}.tar.bz2"
543543
ENV FF_URL="${FF_BASE_URL}/${FF_INNER_PATH}/${FF_VER}/${FF_PLATFORM}/${FF_LANG}/${FF_COMP}"
544544
RUN wget -nv "${FF_URL}" -O "firefox.tar.bz2" \
@@ -561,8 +561,8 @@ RUN wget -nv "${FF_URL}" -O "firefox.tar.bz2" \
561561
&& sudo ln -fs /home/seluser/firefox-for-sel-2/firefox /usr/bin/firefox
562562

563563
LABEL selenium2_firefox_version "47.0.1"
564-
LABEL selenium3_firefox_version "51.0.1"
565-
LABEL selenium_firefox_version "51.0.1"
564+
LABEL selenium3_firefox_version "52.0.2"
565+
LABEL selenium_firefox_version "52.0.2"
566566

567567
#=============================
568568
# sudo by default from now on

capabilities3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
{
99
"BROWSER_NAME": "firefox",
10-
"VERSION": "51.0.1",
10+
"VERSION": "52.0.2",
1111
"PLATFORM": "LINUX"
1212
}
1313
]

0 commit comments

Comments
 (0)