Skip to content

Commit 0b30d35

Browse files
committed
Fix Docker builds
1 parent 3a0be7e commit 0b30d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN set -xe \
3737
mbstring \
3838
opcache \
3939
zip \
40-
&& pecl install xdebug \
40+
&& pecl install xdebug-3.1.6 \
4141
&& apk del .build-deps
4242

4343

0 commit comments

Comments
 (0)