Skip to content

Commit ea877a1

Browse files
Merge pull request #39 from appwrite/pla-2551
chore: bump base image and compose vers
2 parents 0da6ca3 + 9796b96 commit ea877a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASEIMAGE="php:8.3.13-cli-alpine3.20"
1+
ARG BASEIMAGE="php:8.3.17-cli-alpine3.20"
22

33
FROM $BASEIMAGE AS compile
44

@@ -171,7 +171,7 @@ FROM $BASEIMAGE AS final
171171
LABEL maintainer="[email protected]"
172172

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

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

0 commit comments

Comments
 (0)