Skip to content

Commit

Permalink
chore(deps): update dependency xdebug/xdebug to v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent 281036b commit 4d591a5
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 @@ -66,7 +66,7 @@ COPY --link docker/php/conf.d/api-platform.dev.ini $PHP_INI_DIR/conf.d/
COPY --link docker/caddy/Caddyfile /etc/caddy/Caddyfile

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

0 comments on commit 4d591a5

Please sign in to comment.