Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions Dockerfile
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,18 +9,18 @@ FROM $BASE_IMAGE AS compile
# version beside each reference is the release it was resolved from; the
# weekly updater rewrites both together.
ENV \
PHP_BROTLI_VERSION="0.20.0" \
PHP_BROTLI_COMMIT="45faa7966ddcec080d04d72ea4b85e3629857f64" \
PHP_BROTLI_VERSION="0.21.0" \
PHP_BROTLI_COMMIT="ced23f5b6f52ef58a3a96d4731db4bee40a82736" \
PHP_IMAGICK_VERSION="3.8.1" \
PHP_IMAGICK_COMMIT="70087bab33eab913e99ac77d64d04d1a2fd0b7b0" \
PHP_LZ4_VERSION="0.7.0" \
PHP_LZ4_COMMIT="b871fbf4d0c5c2b0cad22dd74721a340cb2e4ffa" \
PHP_MAXMINDDB_VERSION="v1.13.1" \
PHP_MAXMINDDB_COMMIT="2194f58d0f024ce923e685cdf92af3daf9951908" \
PHP_MONGODB_VERSION="2.3.3" \
PHP_MONGODB_COMMIT="06be1f01bb4c44f524be743dcd0a9bed26ae55f6" \
PHP_PROTOBUF_VERSION="5.35.1" \
PHP_PROTOBUF_CHECKSUM="7ab8cd62e8b78ff9f48462ff9e3e30fd8c2d8bb5ab760d51049b38fa0b8c559e" \
PHP_MONGODB_VERSION="2.4.0" \
PHP_MONGODB_COMMIT="f4534cfde9dd9b3f3a691ecda8ccbda6a9678c35" \
PHP_PROTOBUF_VERSION="5.36.0" \
PHP_PROTOBUF_CHECKSUM="bbf710ddc3b7ff53acfc327a7c0644d3632590c152567ff57e5d23f11bb8eba7" \
PHP_REDIS_VERSION="6.3.0" \
PHP_REDIS_COMMIT="df4fab2de7fc327c54c94a13af2b9542e4fbd720" \
PHP_SCRYPT_VERSION="2.0.2" \
Expand All@@ -31,8 +31,8 @@ ENV \
PHP_SWOOLE_COMMIT="8e8c49915ca5f9dcb9ee654f9e336a9c88dd375e" \
PHP_YAML_VERSION="2.3.0" \
PHP_YAML_COMMIT="c1f0d8ba5ef3884846261bbdb91c2ab0b07db44c" \
PHP_ZSTD_VERSION="0.17.0" \
PHP_ZSTD_COMMIT="1774622c25aa3c20315b5f2a5769def976f5ac8c"
PHP_ZSTD_VERSION="0.18.0" \
PHP_ZSTD_COMMIT="c2593a4ce2457b23e7fa7f81ddf0dd9bbdd89b47"

RUN \
apk update && \
Expand Down
Loading