Skip to content

Commit

Permalink
chore(deps): update composer docker tag to v2.8.4 (#845)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent 95939c3 commit 4971fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.php-cli
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG PHP_BASE_IMAGE_VERSION="8.2.5-alpine3.17"

FROM lendableuk/php-fpm-alpine:${PHP_BASE_IMAGE_VERSION}

COPY --from=composer:2.8.3 /usr/bin/composer /usr/bin/composer
COPY --from=composer:2.8.4 /usr/bin/composer /usr/bin/composer

COPY . /app
WORKDIR /app
Expand Down

0 comments on commit 4971fbc

Please sign in to comment.