Browse Source

Update default repo URL and docker-py dep to 0.5.0

Tianon Gravi 11 years ago
parent
commit
c74e63d8d4
2 changed files with 2 additions and 2 deletions
  1. 1 1
      stackbrew/brew/brew.py
  2. 1 1
      stackbrew/requirements.txt

+ 1 - 1
stackbrew/brew/brew.py

@@ -10,7 +10,7 @@ import docker
 
 import git
 
-DEFAULT_REPOSITORY = 'git://github.com/dotcloud/stackbrew'
+DEFAULT_REPOSITORY = 'git://github.com/docker-library/official-images.git'
 DEFAULT_BRANCH = 'master'
 
 logger = logging.getLogger(__name__)

+ 1 - 1
stackbrew/requirements.txt

@@ -1,3 +1,3 @@
 Flask==0.9
 SQLAlchemy==0.8.2
-docker-py==0.4.0
+docker-py==0.5.0