Skip to content

Commit

Permalink
Version bumps
Browse files Browse the repository at this point in the history
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
  • Loading branch information
lmakarov committed Sep 22, 2017
1 parent 4540419 commit 1ca5599
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down Expand Up @@ -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 && \
Expand Down

0 comments on commit 1ca5599

Please sign in to comment.