Skip to content

Commit

Permalink
chore(deps): update mlocati/php-extension-installer docker tag to v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2024
1 parent 2d5e457 commit 7635d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG DEPENDENCIES_DEV="git shadow sudo bash"
FROM php:8.3.12-fpm-alpine AS base
WORKDIR /var/www/html
# install extensions and packages
COPY --from=mlocati/php-extension-installer:2.5.2 /usr/bin/install-php-extensions /usr/local/sbin/
COPY --from=mlocati/php-extension-installer:2.6.0 /usr/bin/install-php-extensions /usr/local/sbin/
COPY --from=composer:2.8.1 /usr/bin/composer /usr/local/bin/composer
# php configuration
COPY containers/php/conf.d /usr/local/etc/php/conf.d
Expand Down

0 comments on commit 7635d0f

Please sign in to comment.