Skip to content

Commit

Permalink
Merge pull request #24 from appwrite/chore-update-php
Browse files Browse the repository at this point in the history
Update PHP patch + alpine minor
  • Loading branch information
abnegate authored Jan 9, 2024
2 parents fcaa268 + a09b45a commit d527bb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit d527bb7

Please sign in to comment.