Skip to content

Commit

Permalink
Merge pull request #26 from EmakinaFR/feature/upgrade
Browse files Browse the repository at this point in the history
Upgrade of the Blackfire PHP extension
  • Loading branch information
ajardin authored Nov 30, 2018
2 parents 1606153 + 58a08b4 commit c1a6661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
# ======================================================================================================================
Expand Down

0 comments on commit c1a6661

Please sign in to comment.