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

Commit

Permalink
Update to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Jul 1, 2016
1 parent d389248 commit 9162a56
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 <[email protected]>

ENV COMPOSER_VERSION 1.1.2
ENV COMPOSER_VERSION 1.1.3

# 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 <[email protected]>

ENV COMPOSER_VERSION 1.1.2
ENV COMPOSER_VERSION 1.1.3

# 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 <[email protected]>

ENV COMPOSER_VERSION 1.1.2
ENV COMPOSER_VERSION 1.1.3

# 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 <[email protected]>

ENV COMPOSER_VERSION 1.1.2
ENV COMPOSER_VERSION 1.1.3

# 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 9162a56

Please sign in to comment.