diff --git a/images/php-fpm/8.0.Dockerfile b/images/php-fpm/8.0.Dockerfile index 2fecb695d..343defb44 100644 --- a/images/php-fpm/8.0.Dockerfile +++ b/images/php-fpm/8.0.Dockerfile @@ -88,7 +88,7 @@ RUN apk add --no-cache fcgi \ # && yes '' | pecl install -f imagick \ && yes '' | pecl install -f redis-5.3.2 \ && yes '' | pecl install -f xdebug-3.0.4 \ - && yes '' | pecl install -f yaml-2.2.0 \ + && yes '' | pecl install -f yaml-2.2.1 \ && docker-php-ext-enable apcu imagick redis xdebug yaml # RUN sed -i '1s/^/;Intentionally disabled. Enable via setting env variable XDEBUG_ENABLE to true\n;/' /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini \ RUN rm -rf /var/cache/apk/* /tmp/pear/ \