Skip to content

Commit

Permalink
Set minimum version of Drush to 8.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Jul 10, 2019
1 parent 2a01757 commit b7a2330
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 @@ -57,7 +57,7 @@ RUN mkdir -p /usr/local/share/clu
RUN /usr/bin/env COMPOSER_BIN_DIR=/usr/local/bin composer -n --working-dir=/usr/local/share/clu require danielbachhuber/composer-lock-updater:^0.4.0

RUN mkdir -p /usr/local/share/drush
RUN /usr/bin/env composer -n --working-dir=/usr/local/share/drush require drush/drush "^8"
RUN /usr/bin/env composer -n --working-dir=/usr/local/share/drush require drush/drush "^8.3.0"
RUN ln -fs /usr/local/share/drush/vendor/drush/drush/drush /usr/local/bin/drush
RUN chmod +x /usr/local/bin/drush

Expand Down

0 comments on commit b7a2330

Please sign in to comment.