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

Commit 29d6c90

Browse files
authored
Upgrading Firefox to 63.0.1 (#283)
1 parent a377b7d commit 29d6c90

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,8 @@ RUN apt -qqy update \
551551
# Please use https://github.com/zalando/zalenium
552552

553553
#-----------------#
554-
# Mozilla Firefox #
554+
# Mozilla
555+
#
555556
#-----------------#
556557
# Install all Firefox dependencies
557558
# Layer size: big: 83.51 MB
@@ -600,7 +601,7 @@ ENV FF_LANG="en-US" \
600601

601602
#--- For Selenium 3
602603
# Layer size: big: 108.2 MB
603-
ARG FF_VER="63.0"
604+
ARG FF_VER="63.0.1"
604605

605606
ENV FF_COMP="firefox-${FF_VER}.tar.bz2"
606607
ENV FF_URL="${FF_BASE_URL}/${FF_INNER_PATH}/${FF_VER}/${FF_PLATFORM}/${FF_LANG}/${FF_COMP}"

0 commit comments

Comments
 (0)