Update Selenium Docker images from 2.46.0 to 2.48.2

This commit is contained in:
Martin von Gagern
2015-11-12 17:08:16 +01:00
parent 21a26b807c
commit 4792dec8e5
31 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
# directly.
status=0
for browserTag in firefox:2.46.0 chrome:2.46.0; do
for browserTag in firefox:2.48.2 chrome:2.48.2; do
browser=${browserTag%:*}
image=selenium/standalone-${browserTag}
echo "Starting container for ${image}"