Skip to content

Commit

Permalink
Merge branch 'master' of github.com:DURAARK/microservice-base
Browse files Browse the repository at this point in the history
Conflicts:
	Dockerfile
  • Loading branch information
martinhecher committed Dec 2, 2015
2 parents 53a6a18 + 758973f commit 8ed53fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN apt-get install python software-properties-common -y && add-apt-repository p
## Docker & docker-compose
##
RUN curl -sSL https://get.docker.com | sh
RUN curl -L https://github.com/docker/compose/releases/download/1.5.0/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose
RUN curl -L https://github.com/docker/compose/releases/download/1.5.1/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose
RUN chmod +x /usr/local/bin/docker-compose

##
Expand Down

0 comments on commit 8ed53fd

Please sign in to comment.