Update release script and run.sh image name.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
c8cd618df9
commit
34f5912bbc
2 changed files with 4 additions and 4 deletions
|
|
@ -15,9 +15,8 @@
|
|||
|
||||
set -e
|
||||
|
||||
VERSION="1.4.0dev"
|
||||
# TODO: move this to an official repo
|
||||
IMAGE="dnephin/docker-compose:$VERSION"
|
||||
VERSION="1.5.0"
|
||||
IMAGE="docker/compose:$VERSION"
|
||||
|
||||
|
||||
# Setup options for connecting to docker host
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue