Skip to content

Commit

Permalink
Merge pull request #175 from amazeeio/php-cli-drupal
Browse files Browse the repository at this point in the history
update drupal-console-launcher to 1.4.0
  • Loading branch information
Schnitzel authored Jan 10, 2018
2 parents 82c45ce + d7caba0 commit b0e545e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/php/cli-drupal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ FROM ${IMAGE_REPO:-lagoon}/php:${PHP_VERSION}-cli
MAINTAINER amazee.io
ENV LAGOON=cli-drupal

RUN curl -L -o /usr/local/bin/drupal https://github.com/hechoendrupal/drupal-console-launcher/releases/download/1.0.2/drupal.phar \
&& echo "f458e13dfb4e33c1296435dcedb7d4ca56d5027d3b7461c3114a932d434553dc563bf835f8090e9d2037b29a9f605e9bdef0e920a73b4e865f3eef82dbf5a4ff /usr/local/bin/drupal" | sha512sum \
RUN curl -L -o /usr/local/bin/drupal https://github.com/hechoendrupal/drupal-console-launcher/releases/download/1.4.0/drupal.phar \
&& echo "db81f693aa509af76171ca3b1ed2e43655f7819c964dc6096334b719dff87271351466385845cd2195e346a66cd22d0d0c5c15e0370652d13e894737ad87f62b /usr/local/bin/drupal" | sha512sum \
&& chmod +x /usr/local/bin/drupal \
&& php -d memory_limit=-1 /usr/local/bin/composer global require drush/drush \
&& mkdir -p /home/.drush
Expand Down

0 comments on commit b0e545e

Please sign in to comment.