From a705f20d3c31d96b351aceebb3aa3f729cdb9b8f Mon Sep 17 00:00:00 2001 From: Ric Harvey Date: Thu, 20 Jun 2019 12:33:39 +0100 Subject: [PATCH] update xdebug to 2.7.2 closes #276 --- Dockerfile | 2 +- README.md | 2 +- docs/versioning.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index bd20baf..e3180f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -202,7 +202,7 @@ RUN echo @testing http://nl.alpinelinux.org/alpine/edge/testing >> /etc/apk/repo #curl iconv session #docker-php-ext-install pdo_mysql pdo_sqlite mysqli mcrypt gd exif intl xsl json soap dom zip opcache && \ docker-php-ext-install iconv pdo_mysql pdo_sqlite pgsql pdo_pgsql mysqli gd exif intl xsl json soap dom zip opcache && \ - pecl install xdebug-2.7.0RC1 && \ + pecl install xdebug-2.7.2 && \ pecl install -o -f redis && \ echo "extension=redis.so" > /usr/local/etc/php/conf.d/redis.ini && \ docker-php-source delete && \ diff --git a/README.md b/README.md index 12cf337..c559ac3 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ If you have improvements or suggestions please open an issue or pull request on ### Versioning | Docker Tag | Git Release | Nginx Version | PHP Version | Alpine Version | |-----|-------|-----|--------|--------| -| latest/1.7.1 | Master Branch |1.16.0 | 7.3.6 | 3.9 | +| latest/1.7.3 | Master Branch |1.16.0 | 7.3.6 | 3.9 | For other tags please see: [versioning](https://gitlab.com/ric_harvey/nginx-php-fpm/blob/master/docs/versioning.md) diff --git a/docs/versioning.md b/docs/versioning.md index fd6986d..4b0e87d 100644 --- a/docs/versioning.md +++ b/docs/versioning.md @@ -29,6 +29,7 @@ The latest tag will always follow the master branch in git. the other versions w | 1.7.0 | 7.3.4 |1.16.0 | 3.9 | 0.3.12 | First move to nginx 1.16.0 | | 1.7.1 | 7.3.5 |1.16.0 | 3.9 | 0.3.12 | Bump to PHP 7.3.5 | | 1.7.2 | 7.3.6 |1.16.0 | 3.9 | 0.3.12 | Bump to PHP 7.3.6 | +| 1.7.3 | 7.3.6 |1.16.0 | 3.9 | 0.3.12 | Bump xdebug 2.7.2 | These tags will be created on GitLab and as tags in docker hub.