Skip to content

Commit

Permalink
Specify docker images versions.
Browse files Browse the repository at this point in the history
* selenium/hub -> selenium/hub:2.44.0
* shouldbee/scala -> shouldbee/scala:2.10.4
  • Loading branch information
suin committed May 1, 2015
1 parent 5ff4547 commit ea3389d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/docker-containers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -eu
CONTAINERS=(
"clue/httpie"
"mysql"
"selenium/hub"
"selenium/hub:2.44.0"
"shouldbee/ansible-boto"
"shouldbee/baseimage-go"
"shouldbee/bootstrap-compile-kit"
Expand All @@ -19,7 +19,7 @@ CONTAINERS=(
"shouldbee/phantomjs"
"shouldbee/php"
"shouldbee/php-cs-fixer"
"shouldbee/scala"
"shouldbee/scala:2.10.4"
"shouldbee/selenium"
"shouldbee/selenium-node-chrome"
"shouldbee/selenium-node-firefox"
Expand Down

0 comments on commit ea3389d

Please sign in to comment.