Skip to content

Commit 3a3ab99

Browse files
Merge pull request #34 from appwrite/chore-bump-php
Chore bump php and docker compose
2 parents 988f519 + 25a0d99 commit 3a3ab99

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.3.10-cli-alpine3.20 as compile
1+
FROM php:8.3.11-cli-alpine3.20 as compile
22

33
ENV PHP_REDIS_VERSION="6.0.2" \
44
PHP_MONGODB_VERSION="1.19.3" \
@@ -149,12 +149,12 @@ RUN \
149149
./configure && \
150150
make && make install
151151

152-
FROM php:8.3.7-cli-alpine3.19 as final
152+
FROM php:8.3.11-cli-alpine3.20 as final
153153

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

tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ commandTests:
116116
- name: 'Docker command'
117117
command: "docker"
118118
args: ["--version"]
119-
expectedOutput: ["Docker version 25.*"]
119+
expectedOutput: ["Docker version 26.*"]
120120
- name: 'PHP info'
121121
command: "php"
122122
args: ["-m"]

0 commit comments

Comments
 (0)