We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3f869b + 70a2322 commit 9074d58Copy full SHA for 9074d58
api/Dockerfile
@@ -67,7 +67,7 @@ RUN mv "$PHP_INI_DIR/php.ini-development" "$PHP_INI_DIR/php.ini"
67
COPY --link docker/php/conf.d/api-platform.dev.ini $PHP_INI_DIR/conf.d/
68
69
# renovate: datasource=github-tags depName=xdebug/xdebug
70
-ARG XDEBUG_VERSION=3.3.2
+ARG XDEBUG_VERSION=3.4.0
71
RUN set -eux; \
72
install-php-extensions \
73
xdebug-$XDEBUG_VERSION \
0 commit comments