Skip to content

Commit 3976156

Browse files
chore(deps): update dependency xdebug/xdebug to v3.4.7
1 parent 994f92f commit 3976156

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)