diff --git a/Dockerfiles/mods/Dockerfile-7.3 b/Dockerfiles/mods/Dockerfile-7.3 index 29cae3a..27690bb 100644 --- a/Dockerfiles/mods/Dockerfile-7.3 +++ b/Dockerfiles/mods/Dockerfile-7.3 @@ -425,7 +425,7 @@ RUN set -x \ && (rm -rf /usr/local/lib/php/doc/wddx || true) \ \ # ---- Installing PHP Extension: xdebug ---- - && pecl install xdebug-2.7.0RC1 \ + && pecl install xdebug-2.7.0RC2 \ && docker-php-ext-enable xdebug \ && (rm -rf /usr/local/lib/php/test/xdebug || true) \ && (rm -rf /usr/local/lib/php/doc/xdebug || true) \ diff --git a/build/ansible/group_vars/all.yml b/build/ansible/group_vars/all.yml index 40f78d3..c943efd 100644 --- a/build/ansible/group_vars/all.yml +++ b/build/ansible/group_vars/all.yml @@ -1598,7 +1598,7 @@ extensions_available: version: 2.4.1 7.3: type: pecl - version: 2.7.0RC1 + version: 2.7.0RC2 all: type: pecl xml: