We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d6d529 commit 25a0d99Copy full SHA for 25a0d99
Dockerfile
@@ -154,7 +154,7 @@ FROM php:8.3.11-cli-alpine3.20 as final
154
LABEL maintainer="team@appwrite.io"
155
156
ENV DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker}
157
-ENV DOCKER_COMPOSE_VERSION="v2.29.1"
+ENV DOCKER_COMPOSE_VERSION="v2.29.5"
158
159
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
160
tests.yaml
@@ -116,7 +116,7 @@ commandTests:
116
- name: 'Docker command'
117
command: "docker"
118
args: ["--version"]
119
- expectedOutput: ["Docker version 25.*"]
+ expectedOutput: ["Docker version 26.*"]
120
- name: 'PHP info'
121
command: "php"
122
args: ["-m"]
0 commit comments