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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2020-11-18 20:28:10 +00:00
committed by GitHub
parent a624918e14
commit c576058380
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-20201010"; do
for browserTag in "firefox:3.141.59-20201010" "chrome:3.141.59-20201117"; do
browser=${browserTag%:*}
image=selenium/standalone-${browserTag}
echo "Starting container for ${image}"