Skip to content

Commit 382a26d

Browse files
Merge pull request #8446 from ecamp/renovate/xdebug-xdebug-3.x
chore(deps): update dependency xdebug/xdebug to v3.4.7
2 parents 6628a01 + 3976156 commit 382a26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ RUN mv "$PHP_INI_DIR/php.ini-development" "$PHP_INI_DIR/php.ini"
6969
COPY --link docker/php/conf.d/api-platform.dev.ini $PHP_INI_DIR/conf.d/
7070

7171
# renovate: datasource=github-tags depName=xdebug/xdebug
72-
ARG XDEBUG_VERSION=3.4.6
72+
ARG XDEBUG_VERSION=3.4.7
7373
RUN set -eux; \
7474
install-php-extensions \
7575
xdebug-$XDEBUG_VERSION \

0 commit comments

Comments
 (0)