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
2
2
3
3
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 " \
6
6
PHP_IMAGICK_VERSION="3.7.0" \
7
7
PHP_YAML_VERSION="2.2.3" \
8
8
PHP_MAXMINDDB_VERSION="v1.11.1" \
@@ -11,7 +11,7 @@ ENV PHP_REDIS_VERSION="6.0.2" \
11
11
PHP_BROTLI_VERSION="0.15.0" \
12
12
PHP_SNAPPY_VERSION="c27f830dcfe6c41eb2619a374de10fd0597f4939" \
13
13
PHP_LZ4_VERSION="2f006c3e4f1fb3a60d2656fc164f9ba26b71e995" \
14
- PHP_XDEBUG_VERSION="3.3.1 "
14
+ PHP_XDEBUG_VERSION="3.3.2 "
15
15
16
16
RUN \
17
17
apk add --no-cache --virtual .deps \
@@ -154,7 +154,7 @@ FROM php:8.3.7-cli-alpine3.19 as final
154
154
LABEL maintainer=
"[email protected] "
155
155
156
156
ENV DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker}
157
- ENV DOCKER_COMPOSE_VERSION="v2.24.6 "
157
+ ENV DOCKER_COMPOSE_VERSION="v2.29.1 "
158
158
159
159
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
160
160
You can’t perform that action at this time.
0 commit comments