Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

Commit

Permalink
Use working drush launcher v0.7.4 instead of broken v0.8.0 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay authored Nov 16, 2020
1 parent 0122e3e commit c9c6769
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 @@ -31,7 +31,7 @@ ENV PHP_VERSIONS="php5.6 php7.0 php7.1 php7.2 php7.3 php7.4 php8.0"
ENV PHP_INI=/etc/php/$PHP_DEFAULT_VERSION/fpm/php.ini
ENV YQ_VERSION=2.4.1
ENV DRUSH_VERSION=8.4.5
ENV DRUSH_LAUNCHER_VERSION=0.8.0
ENV DRUSH_LAUNCHER_VERSION=0.7.4
ENV DRUSH_LAUNCHER_FALLBACK=/usr/local/bin/drush8
# composer normally screams about running as root, we don't need that.
ENV COMPOSER_ALLOW_SUPERUSER 1
Expand Down

0 comments on commit c9c6769

Please sign in to comment.