Skip to content

Commit

Permalink
Update XDebug version
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeelia authored Apr 23, 2019
1 parent 59d65d7 commit fc5af69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN set -ex; \
a2enmod ssl; \
a2ensite default-ssl; \
docker-php-ext-install zip; \
yes | pecl install xdebug-2.7.0beta1
yes | pecl install xdebug

# Install wp-cli, and allow it to regenerate .htaccess files
# Use /usr/local/bin/wp-cli.phar to run it as root
Expand Down

0 comments on commit fc5af69

Please sign in to comment.