浏览代码

Update default repo URL and docker-py dep to 0.5.0

Tianon Gravi 11 年之前
父节点
当前提交
c74e63d8d4
共有 2 个文件被更改,包括 2 次插入2 次删除
  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