Skip to content

Commit 7700869

Browse files
authored
Merge pull request #61 from appwrite/chore-updates
2 parents 54a5d49 + 8cc320a commit 7700869

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
ARG BASEIMAGE="php:8.4.17-cli-alpine3.23"
1+
ARG BASEIMAGE="php:8.4.18-cli-alpine3.23"
22

33
FROM $BASEIMAGE AS compile
44

55
ENV 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

2020
RUN apk update && apk upgrade && apk add --no-cache --virtual .deps \
2121
linux-headers \

0 commit comments

Comments
 (0)