Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 78ffef7

Browse files
committedSep 17, 2024··
chore: bump docker-compose version to v2.29.5
1 parent 4d6d529 commit 78ffef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

+1-1
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

0 commit comments

Comments
 (0)
Please sign in to comment.