File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11FROM php:8.0.18-cli-alpine3.15 as compile
22
33ENV PHP_REDIS_VERSION=5.3.7 \
4- PHP_MONGODB_VERSION=1.13.0 \
5- PHP_SWOOLE_VERSION=v4.8.10 \
4+ PHP_MONGODB_VERSION=1.16.1 \
5+ PHP_SWOOLE_VERSION=v5.0.0 \
66 PHP_IMAGICK_VERSION=3.7.0 \
7- PHP_YAML_VERSION=2.2.2 \
7+ PHP_YAML_VERSION=2.2.3 \
88 PHP_MAXMINDDB_VERSION=v1.11.0 \
99 PHP_SCRYPT_COMMIT_SHA="845b889bdbe817afe1633237f8fc68667c7a700b" \
10- PHP_ZSTD_VERSION="4504e4186e79b197cfcb75d4d09aa47ef7d92fe9 " \
11- PHP_BROTLI_VERSION="7ae4fcd8b81a65d7521c298cae49af386d1ea4e3 " \
12- PHP_SNAPPY_VERSION="bfefe4906e0abb1f6cc19005b35f9af5240d9025 " \
10+ PHP_ZSTD_VERSION="9a01a21b1f1555100540db0ae4f71274407f7896 " \
11+ PHP_BROTLI_VERSION="50aa46650c79339e5e886919dbfcb6edac00967f " \
12+ PHP_SNAPPY_VERSION="c27f830dcfe6c41eb2619a374de10fd0597f4939 " \
1313 PHP_LZ4_VERSION="2f006c3e4f1fb3a60d2656fc164f9ba26b71e995"
1414
1515RUN \
You can’t perform that action at this time.
0 commit comments