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 6628a01 + 3976156 commit 382a26dCopy full SHA for 382a26d
api/Dockerfile
@@ -69,7 +69,7 @@ RUN mv "$PHP_INI_DIR/php.ini-development" "$PHP_INI_DIR/php.ini"
69
COPY --link docker/php/conf.d/api-platform.dev.ini $PHP_INI_DIR/conf.d/
70
71
# renovate: datasource=github-tags depName=xdebug/xdebug
72
-ARG XDEBUG_VERSION=3.4.6
+ARG XDEBUG_VERSION=3.4.7
73
RUN set -eux; \
74
install-php-extensions \
75
xdebug-$XDEBUG_VERSION \
0 commit comments