Skip to content

Commit 70a2322

Browse files
chore(deps): update dependency xdebug/xdebug to v3.4.0
1 parent e3f869b commit 70a2322

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
@@ -67,7 +67,7 @@ RUN mv "$PHP_INI_DIR/php.ini-development" "$PHP_INI_DIR/php.ini"
6767
COPY --link docker/php/conf.d/api-platform.dev.ini $PHP_INI_DIR/conf.d/
6868

6969
# renovate: datasource=github-tags depName=xdebug/xdebug
70-
ARG XDEBUG_VERSION=3.3.2
70+
ARG XDEBUG_VERSION=3.4.0
7171
RUN set -eux; \
7272
install-php-extensions \
7373
xdebug-$XDEBUG_VERSION \

0 commit comments

Comments
 (0)