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.
2 parents 0da6ca3 + 9796b96 commit ea877a1Copy full SHA for ea877a1
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG BASEIMAGE="php:8.3.13-cli-alpine3.20"
+ARG BASEIMAGE="php:8.3.17-cli-alpine3.20"
2
3
FROM $BASEIMAGE AS compile
4
@@ -171,7 +171,7 @@ FROM $BASEIMAGE AS final
171
LABEL maintainer="team@appwrite.io"
172
173
ENV DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker}
174
-ENV DOCKER_COMPOSE_VERSION="v2.29.5"
+ENV DOCKER_COMPOSE_VERSION="v2.33.1"
175
176
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
177
0 commit comments