Skip to content

Commit

Permalink
fix: Stick to previous xdebug version
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Dec 1, 2023
1 parent d8d7a06 commit c982161
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.php81
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN install-php-extensions \
redis \
smbclient \
sysvsem \
xdebug \
xdebug-^3.2 \
zip \
@composer

Expand Down
2 changes: 1 addition & 1 deletion docker/php82/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN install-php-extensions \
redis \
smbclient \
sysvsem \
xdebug \
xdebug-^3.2 \
zip \
@composer

Expand Down
5 changes: 3 additions & 2 deletions docker/php83/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ RUN install-php-extensions \
exif \
gd \
gmp \
imagick \
# waiting for https://github.com/mlocati/docker-php-extension-installer/pull/811
# imagick \
intl \
ldap \
oci8 \
Expand All @@ -22,7 +23,7 @@ RUN install-php-extensions \
redis \
smbclient \
sysvsem \
xdebug \
xdebug-^3.2 \
zip \
@composer

Expand Down

0 comments on commit c982161

Please sign in to comment.