Skip to content

Commit

Permalink
chore(deps): update mlocati/php-extension-installer docker tag to v2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 10, 2024
1 parent f931d4f commit 6ff6d23
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.8 /usr/bin/install-php-extensions /usr/bin/

RUN <<EOT
set -eux
Expand Down

0 comments on commit 6ff6d23

Please sign in to comment.