From 1ca55990561e176ec6707cc4c675cd34ae086440 Mon Sep 17 00:00:00 2001 From: Leonid Makarov Date: Fri, 22 Sep 2017 11:05:40 -0700 Subject: [PATCH] Version bumps Composer 1.4.2 => 1.5.2 Drush 8.1.11 => 8.1.13. Closes #12 Drupal Console 1.0.0-rc20 => 1.0.2 WP CLI 1.1.0 => 1.3.0 Blackfire Agent 1.12.0 => 1.14.1 NVM 0.33.2 => 0.33.4 NodeJS 6.10.3 => 6.11.3 --- Dockerfile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index bcf090cc..0f98114f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -172,13 +172,13 @@ RUN gem install bundler # Home directory for bundle installs ENV BUNDLE_PATH .bundler -ENV COMPOSER_VERSION=1.4.2 \ - DRUSH_VERSION=8.1.11 \ - DRUPAL_CONSOLE_VERSION=1.0.0-rc20 \ +ENV COMPOSER_VERSION=1.5.2 \ + DRUSH_VERSION=8.1.13 \ + DRUPAL_CONSOLE_VERSION=1.0.2 \ MHSENDMAIL_VERSION=0.2.0 \ - WPCLI_VERSION=1.1.0 \ + WPCLI_VERSION=1.3.0 \ MG_CODEGEN_VERSION=1.6.4 \ - BLACKFIRE_VERSION=1.12.0 + BLACKFIRE_VERSION=1.14.1 RUN \ # Composer curl -sSL "https://github.com/composer/composer/releases/download/${COMPOSER_VERSION}/composer.phar" -o /usr/local/bin/composer && \ @@ -211,8 +211,8 @@ RUN git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR ln -s $HOME/.zprezto/runcoms/zshrc $HOME/.zshrc # Install nvm and a default node version -ENV NVM_VERSION=0.33.2 \ - NODE_VERSION=6.10.3 \ +ENV NVM_VERSION=0.33.4 \ + NODE_VERSION=6.11.3 \ NVM_DIR=$HOME/.nvm RUN \ curl -sSL https://raw.githubusercontent.com/creationix/nvm/v${NVM_VERSION}/install.sh | bash && \