File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- ARG BASEIMAGE="php:8.4.17 -cli-alpine3.23"
1+ ARG BASEIMAGE="php:8.4.18 -cli-alpine3.23"
22
33FROM $BASEIMAGE AS compile
44
55ENV PHP_REDIS_VERSION="6.3.0" \
6- PHP_SWOOLE_VERSION="v6.1.6 " \
6+ PHP_SWOOLE_VERSION="v6.1.7 " \
77 PHP_IMAGICK_VERSION="3.8.1" \
8- PHP_MONGODB_VERSION="2.1.7 " \
8+ PHP_MONGODB_VERSION="2.2.1 " \
99 PHP_YAML_VERSION="2.3.0" \
1010 PHP_MAXMINDDB_VERSION="v1.13.1" \
1111 PHP_SCRYPT_VERSION="2.0.1" \
1212 PHP_ZSTD_VERSION="0.15.2" \
1313 PHP_BROTLI_VERSION="0.18.3" \
1414 PHP_SNAPPY_VERSION="0.2.3" \
1515 PHP_LZ4_VERSION="0.6.0" \
16- PHP_XDEBUG_VERSION="3.5.0 " \
16+ PHP_XDEBUG_VERSION="3.5.1 " \
1717 PHP_OPENTELEMETRY_VERSION="1.2.1" \
18- PHP_PROTOBUF_VERSION="4.33.5 "
18+ PHP_PROTOBUF_VERSION="5.34.0 "
1919
2020RUN apk update && apk upgrade && apk add --no-cache --virtual .deps \
2121 linux-headers \
You can’t perform that action at this time.
0 commit comments