Skip to content

Commit 25a0d99

Browse files
committed
chore: bump docker-compose version to v2.29.5
1 parent 4d6d529 commit 25a0d99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ FROM php:8.3.11-cli-alpine3.20 as final
154154
LABEL maintainer="team@appwrite.io"
155155

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

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

tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"]

0 commit comments

Comments
 (0)