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

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

* Update screenshots

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: ylemkimon <y@ylem.kim>
This commit is contained in:
renovate[bot]
2020-09-26 02:04:28 +09:00
committed by GitHub
parent 7e2f5cb5b2
commit 94c374c7c1
9 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-20200525" "chrome:3.141.59-20200525"; do
for browserTag in "firefox:3.141.59-20200525" "chrome:3.141.59-20200826"; do
browser=${browserTag%:*}
image=selenium/standalone-${browserTag}
echo "Starting container for ${image}"