Skip to content

Commit

Permalink
Merge pull request #4249 from ecamp/renovate/xdebug-xdebug-3.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency xdebug/xdebug to v3.3.1
  • Loading branch information
renovate[bot] committed Dec 15, 2023
2 parents 4c3483f + 012fe0e commit 21e1436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ RUN rm $PHP_INI_DIR/conf.d/api-platform.prod.ini; \
COPY --link docker/php/conf.d/api-platform.dev.ini $PHP_INI_DIR/conf.d/

# renovate: datasource=github-tags depName=xdebug/xdebug
ARG XDEBUG_VERSION=3.3.0
ARG XDEBUG_VERSION=3.3.1
RUN set -eux; \
install-php-extensions \
xdebug-$XDEBUG_VERSION \
Expand Down

0 comments on commit 21e1436

Please sign in to comment.