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

Commit 594a6db

Browse files
author
Leo Gallucci
committed
Upgrade Firefox from 72.0.2 to 73.0
1 parent c5843e8 commit 594a6db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,8 +429,7 @@ ENV FF_LANG="en-US" \
429429
FF_PLATFORM="linux-x86_64" \
430430
FF_INNER_PATH="firefox/releases"
431431

432-
#--- For Selenium 3
433-
ARG FF_VER="72.0.2"
432+
ARG FF_VER="73.0"
434433

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

0 commit comments

Comments
 (0)