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.
1 parent 994f92f commit 3976156Copy full SHA for 3976156
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