File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- FROM php:8.3.7 -cli-alpine3.19 as compile
1+ FROM php:8.3.10 -cli-alpine3.20 as compile
22
33ENV 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
1616RUN \
1717 apk add --no-cache --virtual .deps \
@@ -154,7 +154,7 @@ FROM php:8.3.7-cli-alpine3.19 as final
154154LABEL maintainer="team@appwrite.io"
155155
156156ENV DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker}
157- ENV DOCKER_COMPOSE_VERSION="v2.24.6 "
157+ ENV DOCKER_COMPOSE_VERSION="v2.29.1 "
158158
159159RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
160160
You can’t perform that action at this time.
0 commit comments