File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM php:8.3.10 -cli-alpine3.20 as compile
1+ FROM php:8.3.11 -cli-alpine3.20 as compile
22
33ENV PHP_REDIS_VERSION="6.0.2" \
44 PHP_MONGODB_VERSION="1.19.3" \
@@ -149,12 +149,12 @@ RUN \
149149 ./configure && \
150150 make && make install
151151
152- FROM php:8.3.7 -cli-alpine3.19 as final
152+ FROM php:8.3.11 -cli-alpine3.20 as final
153153
154154LABEL maintainer="team@appwrite.io"
155155
156156ENV DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker}
157- ENV DOCKER_COMPOSE_VERSION="v2.29.1 "
157+ ENV DOCKER_COMPOSE_VERSION="v2.29.5 "
158158
159159RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
160160
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ commandTests:
116116 - name : ' Docker command'
117117 command : " docker"
118118 args : ["--version"]
119- expectedOutput : ["Docker version 25 .*"]
119+ expectedOutput : ["Docker version 26 .*"]
120120 - name : ' PHP info'
121121 command : " php"
122122 args : ["-m"]
You can’t perform that action at this time.
0 commit comments