Skip to content

Commit 988f519

Browse files
Merge pull request #33 from appwrite/chore-dependencies-upgrade
chore: upgrading dependencies
2 parents 25aeeb6 + d5cb520 commit 988f519

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,8 +1,8 @@
1-
FROM php:8.3.7-cli-alpine3.19 as compile
1+
FROM php:8.3.10-cli-alpine3.20 as compile
22

33
ENV PHP_REDIS_VERSION="6.0.2" \
4-
PHP_MONGODB_VERSION="1.16.1" \
5-
PHP_SWOOLE_VERSION="v5.1.2" \
4+
PHP_MONGODB_VERSION="1.19.3" \
5+
PHP_SWOOLE_VERSION="v5.1.3" \
66
PHP_IMAGICK_VERSION="3.7.0" \
77
PHP_YAML_VERSION="2.2.3" \
88
PHP_MAXMINDDB_VERSION="v1.11.1" \
@@ -11,7 +11,7 @@ ENV PHP_REDIS_VERSION="6.0.2" \
1111
PHP_BROTLI_VERSION="0.15.0" \
1212
PHP_SNAPPY_VERSION="c27f830dcfe6c41eb2619a374de10fd0597f4939" \
1313
PHP_LZ4_VERSION="2f006c3e4f1fb3a60d2656fc164f9ba26b71e995" \
14-
PHP_XDEBUG_VERSION="3.3.1"
14+
PHP_XDEBUG_VERSION="3.3.2"
1515

1616
RUN \
1717
apk add --no-cache --virtual .deps \
@@ -154,7 +154,7 @@ FROM php:8.3.7-cli-alpine3.19 as final
154154
LABEL maintainer="[email protected]"
155155

156156
ENV DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker}
157-
ENV DOCKER_COMPOSE_VERSION="v2.24.6"
157+
ENV DOCKER_COMPOSE_VERSION="v2.29.1"
158158

159159
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
160160

0 commit comments

Comments
 (0)