Skip to content

Commit

Permalink
chore: bump docker-compose version to v2.29.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stnguyen90 committed Sep 17, 2024
1 parent 4d6d529 commit 78ffef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ FROM php:8.3.11-cli-alpine3.20 as final
LABEL maintainer="team@appwrite.io"

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

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

Expand Down

0 comments on commit 78ffef7

Please sign in to comment.