From a8c22652c954a8319ecf973c7e57d5090b02a3fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 17:55:18 +0000 Subject: [PATCH] chore(deps): update selenium/standalone-firefox docker tag to v3.141.59-20210311 [skip netlify] (#2841) Co-authored-by: Renovate Bot --- .github/workflows/screenshotter.yml | 2 +- dockers/screenshotter/screenshotter.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/screenshotter.yml b/.github/workflows/screenshotter.yml index 186fb598..15e0f98b 100644 --- a/.github/workflows/screenshotter.yml +++ b/.github/workflows/screenshotter.yml @@ -19,7 +19,7 @@ jobs: - browser: chrome image: selenium/standalone-chrome:3.141.59-20210311 - browser: firefox - image: selenium/standalone-firefox:3.141.59-20201119 + image: selenium/standalone-firefox:3.141.59-20210311 - browser: safari image: ylemkimon/selenium-proxy:latest browserstack: diff --git a/dockers/screenshotter/screenshotter.sh b/dockers/screenshotter/screenshotter.sh index e5fbec25..9661849c 100755 --- a/dockers/screenshotter/screenshotter.sh +++ b/dockers/screenshotter/screenshotter.sh @@ -17,7 +17,7 @@ cleanup() { container= trap cleanup EXIT status=0 -for browserTag in "firefox:3.141.59-20201119" "chrome:3.141.59-20210311"; do +for browserTag in "firefox:3.141.59-20210311" "chrome:3.141.59-20210311"; do browser=${browserTag%:*} image=selenium/standalone-${browserTag} echo "Starting container for ${image}"