Skip to content

Commit

Permalink
chore(deps): update mlocati/php-extension-installer docker tag to v2.…
Browse files Browse the repository at this point in the history
…2.19 (#35)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 16, 2024
1 parent 0e065c7 commit b04f25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM composer:$COMPOSER_VERSION as local-composer
FROM php:$PHP_VERSION-fpm-alpine$ALPINE_VERSION as base
WORKDIR /app

COPY --from=mlocati/php-extension-installer:2.2.2 /usr/bin/install-php-extensions /usr/bin/
COPY --from=mlocati/php-extension-installer:2.2.19 /usr/bin/install-php-extensions /usr/bin/

RUN <<EOT
set -eux
Expand Down

0 comments on commit b04f25a

Please sign in to comment.