Skip to content

Commit

Permalink
Update composer Docker tag to v2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and jordisala1991 committed Feb 14, 2024
1 parent 4bc96fc commit 475f586
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion php8.1-cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM php:8.1.14-cli-alpine

COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/bin/
COPY --from=composer:2.6 /usr/bin/composer /usr/bin/
COPY --from=composer:2.7 /usr/bin/composer /usr/bin/

RUN install-php-extensions apcu bz2 gd intl opcache pdo_mysql pdo_pgsql zip pcntl pcov exif bcmath calendar
RUN apk --no-cache add git openssh-client patch unzip rsync
Expand Down
2 changes: 1 addition & 1 deletion php8.2-cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM php:8.2.12-cli-alpine

COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/bin/
COPY --from=composer:2.6 /usr/bin/composer /usr/bin/
COPY --from=composer:2.7 /usr/bin/composer /usr/bin/

RUN install-php-extensions apcu bz2 gd intl opcache pdo_mysql pdo_pgsql zip pcntl pcov exif bcmath calendar
RUN apk --no-cache add git openssh-client patch unzip rsync
Expand Down

0 comments on commit 475f586

Please sign in to comment.