Update Drush to 8.1.18 in Dockerfile.

This commit is contained in:
Michael Stenta 2019-01-16 15:58:56 -05:00
parent 2617012ea3
commit 7e7341f491
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ RUN { \
} > /usr/local/etc/php/conf.d/realpath_cache-recommended.ini
# Install Drush 8 with the phar file.
ENV DRUSH_VERSION 8.1.16
ENV DRUSH_VERSION 8.1.18
RUN curl -fsSL -o /usr/local/bin/drush "https://github.com/drush-ops/drush/releases/download/$DRUSH_VERSION/drush.phar" && \
chmod +x /usr/local/bin/drush && \
drush core-status