feat: update xdebug version to 3.0.4 (#141)

This commit is contained in:
Torben Brümmer 2021-05-07 10:44:45 +02:00 committed by GitHub
parent 7f46e721a3
commit 994a8a2fa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ it's recommended to add a custom stage to the end of the `Dockerfile`.
# Dockerfile
FROM symfony_php as symfony_php_debug
ARG XDEBUG_VERSION=3.0.1
ARG XDEBUG_VERSION=3.0.4
RUN set -eux; \
apk add --no-cache --virtual .build-deps $PHPIZE_DEPS; \
pecl install xdebug-$XDEBUG_VERSION; \
@ -60,4 +60,4 @@ Inspect the installation with the following command. The requested Xdebug versio
$ docker-compose exec php php --version
PHP ...
with Xdebug v3.0.1 ...
with Xdebug v3.0.4 ...