From 58a08b433ec61189f00e307266ee3d8d0157c9dd Mon Sep 17 00:00:00 2001 From: Alexandre Jardin Date: Fri, 30 Nov 2018 16:01:15 +0100 Subject: [PATCH] Upgrade of the Blackfire PHP extension --- php/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/Dockerfile b/php/Dockerfile index 0537e18..0ec772f 100644 --- a/php/Dockerfile +++ b/php/Dockerfile @@ -54,7 +54,7 @@ ENTRYPOINT ["docker-custom-entrypoint"] # ====================================================================================================================== FROM magento2_php as magento2_php_blackfire RUN \ - curl -sS https://packages.blackfire.io/binaries/blackfire-php/1.22.0/blackfire-php-alpine_amd64-php-71.so \ + curl -sS https://packages.blackfire.io/binaries/blackfire-php/1.23.1/blackfire-php-alpine_amd64-php-72.so \ --output $(php -r "echo ini_get('extension_dir');")/blackfire.so && \ docker-php-ext-enable blackfire # ======================================================================================================================