Skip to content

Commit

Permalink
chore(deps): update dependency xdebug/xdebug to v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent 74a66fb commit 0e94a9d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion images/php-fpm/8.1.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ RUN apk update \
&& install-php-extensions apcu-5.1.24 \
&& install-php-extensions imagick-3.7.0 \
&& install-php-extensions redis-6.1.0 \
&& install-php-extensions xdebug-3.4.0 \
&& install-php-extensions xdebug-3.4.1 \
&& install-php-extensions yaml-2.2.4 \
&& sed -i '1s/^/;Intentionally disabled. Enable via setting env variable XDEBUG_ENABLE to true\n;/' /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini \
&& docker-php-ext-configure gd --with-webp --with-jpeg --with-freetype \
Expand Down
2 changes: 1 addition & 1 deletion images/php-fpm/8.2.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ RUN apk update \
&& install-php-extensions apcu-5.1.24 \
&& install-php-extensions imagick-3.7.0 \
&& install-php-extensions redis-6.1.0 \
&& install-php-extensions xdebug-3.4.0 \
&& install-php-extensions xdebug-3.4.1 \
&& install-php-extensions yaml-2.2.4 \
&& sed -i '1s/^/;Intentionally disabled. Enable via setting env variable XDEBUG_ENABLE to true\n;/' /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini \
&& docker-php-ext-configure gd --with-webp --with-jpeg --with-freetype \
Expand Down
2 changes: 1 addition & 1 deletion images/php-fpm/8.3.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ RUN apk update \
&& install-php-extensions apcu-5.1.24 \
&& install-php-extensions https://codeload.github.com/amazeeio/imagick/tar.gz/refs/heads/php84 \
&& install-php-extensions redis-6.1.0 \
&& install-php-extensions xdebug-3.4.0 \
&& install-php-extensions xdebug-3.4.1 \
&& install-php-extensions yaml-2.2.4 \
&& sed -i '1s/^/;Intentionally disabled. Enable via setting env variable XDEBUG_ENABLE to true\n;/' /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini \
&& docker-php-ext-configure gd --with-webp --with-jpeg --with-freetype \
Expand Down
2 changes: 1 addition & 1 deletion images/php-fpm/8.4.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ RUN apk update \
&& install-php-extensions apcu-5.1.24 \
&& install-php-extensions https://codeload.github.com/amazeeio/imagick/tar.gz/refs/heads/php84 \
&& install-php-extensions redis-6.1.0 \
&& install-php-extensions xdebug-3.4.0 \
&& install-php-extensions xdebug-3.4.1 \
&& install-php-extensions yaml-2.2.4 \
&& sed -i '1s/^/;Intentionally disabled. Enable via setting env variable XDEBUG_ENABLE to true\n;/' /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini \
&& docker-php-ext-configure gd --with-webp --with-jpeg --with-freetype \
Expand Down

0 comments on commit 0e94a9d

Please sign in to comment.