Skip to content

Commit

Permalink
Unser php-extension-installer locked version
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego García authored and Diego García committed Jul 6, 2021
1 parent c1a24eb commit e597428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apk add --no-cache \
;

# INSTALL PHP DEPENDENCIES
COPY --from=mlocati/php-extension-installer:1.2.39 /usr/bin/install-php-extensions /usr/bin/install-php-extensions
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/bin/install-php-extensions
RUN install-php-extensions intl pcntl pdo_mysql zip apcu opcache redis curl amqp

COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
Expand Down

0 comments on commit e597428

Please sign in to comment.