Skip to content

Commit

Permalink
Merge pull request #1596 from tarlepp/chore(env)/composer-update
Browse files Browse the repository at this point in the history
Chore(env) - Updated composer
  • Loading branch information
tarlepp committed Jan 1, 2022
2 parents ee873d0 + 3217a3e commit 84fa6bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -22,7 +22,7 @@ RUN install-php-extensions \
zip

# Copy the Composer PHAR from the Composer image into the PHP image
COPY --from=composer:2.1.14 /usr/bin/composer /usr/bin/composer
COPY --from=composer:2.2.1 /usr/bin/composer /usr/bin/composer

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_dev
Expand Up @@ -33,7 +33,7 @@ RUN install-php-extensions \
zip

# Copy the Composer PHAR from the Composer image into the PHP image
COPY --from=composer:2.1.14 /usr/bin/composer /usr/bin/composer
COPY --from=composer:2.2.1 /usr/bin/composer /usr/bin/composer

# Copy development `php.ini` configuration to container
COPY ./docker/php/php-dev.ini /usr/local/etc/php/php.ini
Expand Down

0 comments on commit 84fa6bc

Please sign in to comment.