Skip to content
This repository was archived by the owner on Mar 13, 2019. It is now read-only.

Commit

Permalink
Merge pull request #84 from sylus/feature-composer-update
Browse files Browse the repository at this point in the history
Update composer to 1.1.2 version.
  • Loading branch information
sylus authored Jun 13, 2016
2 parents df72093 + 9d3a0a5 commit 4782564
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 1.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM composer/composer:base
MAINTAINER Rob Loach <robloach@gmail.com>

ENV COMPOSER_VERSION 1.1.0
ENV COMPOSER_VERSION 1.1.2

# Install Composer
RUN php /tmp/composer-setup.php --no-ansi --install-dir=/usr/local/bin --filename=composer --version=${COMPOSER_VERSION} && rm -rf /tmp/composer-setup.php
Expand Down
2 changes: 1 addition & 1 deletion 1.1/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM composer/composer:base-alpine
MAINTAINER Rob Loach <robloach@gmail.com>

ENV COMPOSER_VERSION 1.1.0
ENV COMPOSER_VERSION 1.1.2

# Install Composer
RUN php /tmp/composer-setup.php --no-ansi --install-dir=/usr/local/bin --filename=composer --version=${COMPOSER_VERSION} && rm -rf /tmp/composer-setup.php
Expand Down
2 changes: 1 addition & 1 deletion 1.1/php5-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM composer/composer:base-php5-alpine
MAINTAINER Rob Loach <robloach@gmail.com>

ENV COMPOSER_VERSION 1.1.0
ENV COMPOSER_VERSION 1.1.2

# Install Composer
RUN php /tmp/composer-setup.php --no-ansi --install-dir=/usr/local/bin --filename=composer --version=${COMPOSER_VERSION} && rm -rf /tmp/composer-setup.php
Expand Down
2 changes: 1 addition & 1 deletion 1.1/php5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM composer/composer:base-php5
MAINTAINER Rob Loach <robloach@gmail.com>

ENV COMPOSER_VERSION 1.1.0
ENV COMPOSER_VERSION 1.1.2

# Install Composer
RUN php /tmp/composer-setup.php --no-ansi --install-dir=/usr/local/bin --filename=composer --version=${COMPOSER_VERSION} && rm -rf /tmp/composer-setup.php
Expand Down

0 comments on commit 4782564

Please sign in to comment.