Skip to content

Commit

Permalink
Merge pull request #1177 from uselagoon/renovate/main-drush-drush-8.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency drush/drush to v8.5.0 (main)
  • Loading branch information
tobybellwood authored Dec 2, 2024
2 parents c74aba5 + b2e2037 commit 9247d2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/php-cli-drupal/8.1.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN curl -L -o /usr/local/bin/drupal "https://github.com/hechoendrupal/drupal-co
&& chmod +x /usr/local/bin/drupal

RUN mkdir -p /opt/drush8 \
&& php /usr/local/bin/composer init -n -d /opt/drush8 --require=drush/drush:8.4.12 \
&& php /usr/local/bin/composer init -n -d /opt/drush8 --require=drush/drush:8.5.0 \
&& php -d memory_limit=-1 /usr/local/bin/composer update -n -d /opt/drush8 \
&& php /usr/local/bin/composer clear-cache

Expand Down
2 changes: 1 addition & 1 deletion images/php-cli-drupal/8.2.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN curl -L -o /usr/local/bin/drupal "https://github.com/hechoendrupal/drupal-co
&& chmod +x /usr/local/bin/drupal

RUN mkdir -p /opt/drush8 \
&& php /usr/local/bin/composer init -n -d /opt/drush8 --require=drush/drush:8.4.12 \
&& php /usr/local/bin/composer init -n -d /opt/drush8 --require=drush/drush:8.5.0 \
&& php -d memory_limit=-1 /usr/local/bin/composer update -n -d /opt/drush8 \
&& php /usr/local/bin/composer clear-cache

Expand Down

0 comments on commit 9247d2c

Please sign in to comment.