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

Commit

Permalink
Bump FF to version 84
Browse files Browse the repository at this point in the history
  • Loading branch information
baflQA committed Dec 16, 2020
1 parent 737c0a3 commit 08a5005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ ENV FF_LANG="en-US" \
FF_PLATFORM="linux-x86_64" \
FF_INNER_PATH="firefox/releases"

ARG FF_VER="82.0.3"
ARG FF_VER="84.0"

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

4 comments on commit 08a5005

@baflQA
Copy link
Collaborator Author

@baflQA baflQA commented on 08a5005 Dec 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@elgalu will You be able to provide some help regarding the build failures?

@elgalu
Copy link
Owner

@elgalu elgalu commented on 08a5005 Dec 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need a pull request to see the failure

@baflQA
Copy link
Collaborator Author

@baflQA baflQA commented on 08a5005 Dec 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ERROR: Last release from CHANGELOG='3.141.59-p52' doesn't match /docker-selenium/releases: '3.141.59-p51'
I think it is related to the previous release, there were some issues with publishing the latest image

@elgalu
Copy link
Owner

@elgalu elgalu commented on 08a5005 Dec 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the delay, let's see if a706506 fixes the problem

Please sign in to comment.