chore(deps): update selenium/standalone-firefox docker tag to v3.141.59-20201117 [skip netlify] (#2649)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2020-11-19 06:30:45 +00:00
committed by GitHub
parent c576058380
commit 9e91bd0dd8
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ cleanup() {
container=
trap cleanup EXIT
status=0
for browserTag in "firefox:3.141.59-20201010" "chrome:3.141.59-20201117"; do
for browserTag in "firefox:3.141.59-20201117" "chrome:3.141.59-20201117"; do
browser=${browserTag%:*}
image=selenium/standalone-${browserTag}
echo "Starting container for ${image}"