Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ceesvanegmond authored Jun 19, 2020
1 parent f5bc737 commit 132fdda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM roadiz/php74-runner
ENV PATH "$PATH:~/.composer/vendor/bin"


RUN composer global require deployer/deployer:"^6.3"
RUN composer global require deployer/recipes:"^6.1.6"
RUN composer global require deployer/deployer:"^6.8"
RUN composer global require deployer/recipes:"^6.2.2"

# Install GIT-FTP
RUN git clone https://github.com/git-ftp/git-ftp.git
Expand Down

0 comments on commit 132fdda

Please sign in to comment.