chore(deps): update selenium/standalone-firefox docker tag to v20210929 [skip netlify] (#3294)

* chore(deps): update selenium/standalone-firefox docker tag to v20210929 [skip netlify]

* test: update screenshots

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: ylemkimon <y@ylem.kim>
This commit is contained in:
renovate[bot]
2021-10-30 16:52:35 +09:00
committed by GitHub
parent a3c79047da
commit 9b7f10f7c9
6 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-20210422" "chrome:3.141.59-20210422"; do
for browserTag in "firefox:3.141.59-20210929" "chrome:3.141.59-20210422"; do
browser=${browserTag%:*}
image=selenium/standalone-${browserTag}
echo "Starting container for ${image}"