Skip to content

Commit

Permalink
Merge pull request #14 from appwrite/feat-upgrades
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
eldadfux authored Jul 25, 2023
2 parents b4fd973 + fca92bc commit c3a50eb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
FROM php:8.0.18-cli-alpine3.15 as compile

ENV PHP_REDIS_VERSION=5.3.7 \
PHP_MONGODB_VERSION=1.13.0 \
PHP_SWOOLE_VERSION=v4.8.10 \
PHP_MONGODB_VERSION=1.16.1 \
PHP_SWOOLE_VERSION=v5.0.0 \
PHP_IMAGICK_VERSION=3.7.0 \
PHP_YAML_VERSION=2.2.2 \
PHP_YAML_VERSION=2.2.3 \
PHP_MAXMINDDB_VERSION=v1.11.0 \
PHP_SCRYPT_COMMIT_SHA="845b889bdbe817afe1633237f8fc68667c7a700b" \
PHP_ZSTD_VERSION="4504e4186e79b197cfcb75d4d09aa47ef7d92fe9" \
PHP_BROTLI_VERSION="7ae4fcd8b81a65d7521c298cae49af386d1ea4e3" \
PHP_SNAPPY_VERSION="bfefe4906e0abb1f6cc19005b35f9af5240d9025" \
PHP_ZSTD_VERSION="9a01a21b1f1555100540db0ae4f71274407f7896" \
PHP_BROTLI_VERSION="50aa46650c79339e5e886919dbfcb6edac00967f" \
PHP_SNAPPY_VERSION="c27f830dcfe6c41eb2619a374de10fd0597f4939" \
PHP_LZ4_VERSION="2f006c3e4f1fb3a60d2656fc164f9ba26b71e995"

RUN \
Expand Down

0 comments on commit c3a50eb

Please sign in to comment.