feat: update xdebug version to 3.0.4 (#141)
This commit is contained in:
parent
7f46e721a3
commit
994a8a2fa3
@ -12,7 +12,7 @@ it's recommended to add a custom stage to the end of the `Dockerfile`.
|
|||||||
# Dockerfile
|
# Dockerfile
|
||||||
FROM symfony_php as symfony_php_debug
|
FROM symfony_php as symfony_php_debug
|
||||||
|
|
||||||
ARG XDEBUG_VERSION=3.0.1
|
ARG XDEBUG_VERSION=3.0.4
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
apk add --no-cache --virtual .build-deps $PHPIZE_DEPS; \
|
apk add --no-cache --virtual .build-deps $PHPIZE_DEPS; \
|
||||||
pecl install xdebug-$XDEBUG_VERSION; \
|
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
|
$ docker-compose exec php php --version
|
||||||
|
|
||||||
PHP ...
|
PHP ...
|
||||||
with Xdebug v3.0.1 ...
|
with Xdebug v3.0.4 ...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user