Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
Upgraded the docker-compose version to 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johanpiet committed Jul 25, 2017
1 parent 55cbc6c commit 7253f5c
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
@@ -1,6 +1,6 @@
FROM docker:1.12.6

RUN apk --update --no-cache add nmap nodejs coreutils 'py-pip==8.1.2-r0' && pip install 'docker-compose==1.11.2'
RUN apk --update --no-cache add nmap nodejs coreutils 'py-pip==8.1.2-r0' && pip install 'docker-compose==1.14.0'

ADD . /app

Expand Down

0 comments on commit 7253f5c

Please sign in to comment.