Skip to content

Commit

Permalink
Bump composer to 1.10.24 and 2.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
David Lemaitre committed Dec 23, 2021
1 parent 2f76fd6 commit 96e65e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 7.0/stretch/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN pecl -q install redis \

# Install Composer
ENV COMPOSER_ALLOW_SUPERUSER 1
COPY --from=composer:1.10.22 /usr/bin/composer /usr/bin/composer
COPY --from=composer:1.10.24 /usr/bin/composer /usr/bin/composer

# Add custom PHP configuration
COPY php-custom.ini $PHP_INI_DIR/conf.d/
Expand Down
2 changes: 1 addition & 1 deletion 7.3/stretch/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN pecl -q install redis \

# Install Composer
ENV COMPOSER_ALLOW_SUPERUSER 1
COPY --from=composer:2.1.8 /usr/bin/composer /usr/bin/composer
COPY --from=composer:2.1.14 /usr/bin/composer /usr/bin/composer

# Add custom PHP configuration
COPY php-custom.ini $PHP_INI_DIR/conf.d/
Expand Down
2 changes: 1 addition & 1 deletion 7.4/buster/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN pecl -q install redis \

# Install Composer
ENV COMPOSER_ALLOW_SUPERUSER 1
COPY --from=composer:2.1.8 /usr/bin/composer /usr/bin/composer
COPY --from=composer:2.1.14 /usr/bin/composer /usr/bin/composer

# Add custom PHP configuration
COPY php-custom.ini $PHP_INI_DIR/conf.d/
Expand Down

0 comments on commit 96e65e6

Please sign in to comment.