mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 19:28:39 +00:00
chore(deps): update selenium/standalone-firefox docker tag to v3.141.59-20210311 [skip netlify] (#2841)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
2
.github/workflows/screenshotter.yml
vendored
2
.github/workflows/screenshotter.yml
vendored
@@ -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:
|
||||
|
@@ -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}"
|
||||
|
Reference in New Issue
Block a user