mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
chore(deps): update selenium/standalone-firefox docker tag to v3.141.59-20201117 [skip netlify] (#2649)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
@@ -17,7 +17,7 @@ cleanup() {
|
||||
container=
|
||||
trap cleanup EXIT
|
||||
status=0
|
||||
for browserTag in "firefox:3.141.59-20201010" "chrome:3.141.59-20201117"; do
|
||||
for browserTag in "firefox:3.141.59-20201117" "chrome:3.141.59-20201117"; do
|
||||
browser=${browserTag%:*}
|
||||
image=selenium/standalone-${browserTag}
|
||||
echo "Starting container for ${image}"
|
||||
|
Reference in New Issue
Block a user