Skip to content

Commit

Permalink
deployer v4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
npotier committed Jun 13, 2017
1 parent 2011d5d commit 1ae8f29
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 @@ -2,7 +2,7 @@ FROM composer/composer:1.1-alpine

LABEL maintainer "[email protected]"

RUN composer global require --dev deployer/deployer deployer/recipes codeception/codeception
RUN composer global require --dev deployer/deployer:4.3 deployer/recipes codeception/codeception
RUN apk --no-cache add openssh-client rsync

ENTRYPOINT ["/bin/sh", "-c"]

0 comments on commit 1ae8f29

Please sign in to comment.