We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da0e1bc commit 417701bCopy full SHA for 417701b
Dockerfile
@@ -12,12 +12,11 @@ RUN composer install \
12
--no-scripts \
13
--prefer-dist
14
15
-FROM php:8.3.10-cli-alpine3.20 AS compile
+FROM php:8.3.19-cli-alpine3.21 AS compile
16
17
ENV PHP_REDIS_VERSION="6.0.2" \
18
PHP_SWOOLE_VERSION="v5.1.3" \
19
- PHP_MONGO_VERSION="1.16.1" \
20
- PHP_XDEBUG_VERSION="3.3.2"
+ PHP_XDEBUG_VERSION="3.4.2"
21
22
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
23
0 commit comments