Skip to content

Commit 417701b

Browse files
committed
Fix debug
1 parent da0e1bc commit 417701b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ RUN composer install \
1212
--no-scripts \
1313
--prefer-dist
1414

15-
FROM php:8.3.10-cli-alpine3.20 AS compile
15+
FROM php:8.3.19-cli-alpine3.21 AS compile
1616

1717
ENV PHP_REDIS_VERSION="6.0.2" \
1818
PHP_SWOOLE_VERSION="v5.1.3" \
19-
PHP_MONGO_VERSION="1.16.1" \
20-
PHP_XDEBUG_VERSION="3.3.2"
19+
PHP_XDEBUG_VERSION="3.4.2"
2120

2221
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
2322

0 commit comments

Comments
 (0)