Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2.6-cli-alpine3.18 as compile
FROM php:8.2.14-cli-alpine3.19 as compile

ENV PHP_REDIS_VERSION="5.3.7" \
PHP_MONGODB_VERSION="1.16.1" \
Expand Down Expand Up @@ -146,7 +146,7 @@ RUN \
./configure && \
make && make install

FROM php:8.2.6-cli-alpine3.18 as final
FROM php:8.2.14-cli-alpine3.19 as final

LABEL maintainer="team@appwrite.io"

Expand Down
2 changes: 1 addition & 1 deletion tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ commandTests:
- name: 'Docker command'
command: "docker"
args: ["--version"]
expectedOutput: ["Docker version 23.*"]
expectedOutput: ["Docker version 24.*"]
- name: 'PHP info'
command: "php"
args: ["-m"]
Expand Down