Эх сурвалжийг харах

Update default repo URL and docker-py dep to 0.5.0

Tianon Gravi 11 жил өмнө
parent
commit
c74e63d8d4

+ 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