Skip to content

Commit a01d355

Browse files
committed
chore: update docker compose to fix vulnerabilities
1 parent 3b3b4e9 commit a01d355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ FROM $BASEIMAGE AS final
171171
LABEL maintainer="team@appwrite.io"
172172

173173
ENV DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker}
174-
ENV DOCKER_COMPOSE_VERSION="v2.33.1"
174+
ENV DOCKER_COMPOSE_VERSION="v5.0.0"
175175

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

0 commit comments

Comments
 (0)