We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 543883a + 1fb0e6c commit 12b74cdCopy full SHA for 12b74cd
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.7
+ARG XDEBUG_VERSION=3.5.0
73
RUN set -eux; \
74
install-php-extensions \
75
xdebug-$XDEBUG_VERSION \
0 commit comments