3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Update Drush to 8.2.1 in Dockerfile.

This commit is contained in:
Michael Stenta 2019-03-20 12:44:30 -04:00
parent 829d6231bc
commit 3076af44af

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.18
ENV DRUSH_VERSION 8.2.1
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