Browse Source

Update default repo URL and docker-py dep to 0.5.0

Tianon Gravi 11 năm trước cách đây
mục cha
commit
c74e63d8d4
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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