diff --git a/Dockerfile b/Dockerfile index 8866a8e..b73025b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.19 /usr/bin/install-php-extensions /usr/bin/ +COPY --from=mlocati/php-extension-installer:2.3.5 /usr/bin/install-php-extensions /usr/bin/ RUN <