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

Commit ed3ae5a

Browse files
committed
Upgrade Firefox patch to 56.0.2
1 parent a630af4 commit ed3ae5a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ ENV FF_LANG="en-US" \
592592

593593
#--- For Selenium 3
594594
# Layer size: big: 108.2 MB
595-
ENV FF_VER="56.0.1"
595+
ARG FF_VER="56.0.2"
596596
ENV FF_COMP="firefox-${FF_VER}.tar.bz2"
597597
ENV FF_URL="${FF_BASE_URL}/${FF_INNER_PATH}/${FF_VER}/${FF_PLATFORM}/${FF_LANG}/${FF_COMP}"
598598
RUN cd /opt \
@@ -604,7 +604,7 @@ RUN cd /opt \
604604
&& chown -R seluser:seluser /opt/firefox \
605605
&& chmod -R 777 /opt/firefox
606606

607-
LABEL selenium_firefox_version "56.0.1"
607+
LABEL selenium_firefox_version "${FF_VER}"
608608

609609
#============
610610
# GeckoDriver

capabilities.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": "56.0.1",
10+
"VERSION": "56.0.2",
1111
"PLATFORM": "LINUX"
1212
}
1313
]

0 commit comments

Comments
 (0)