Skip to content

Commit d527bb7

Browse files
authored
Merge pull request #24 from appwrite/chore-update-php
Update PHP patch + alpine minor
2 parents fcaa268 + a09b45a commit d527bb7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.2.6-cli-alpine3.18 as compile
1+
FROM php:8.2.14-cli-alpine3.19 as compile
22

33
ENV PHP_REDIS_VERSION="5.3.7" \
44
PHP_MONGODB_VERSION="1.16.1" \
@@ -146,7 +146,7 @@ RUN \
146146
./configure && \
147147
make && make install
148148

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

151151
LABEL maintainer="team@appwrite.io"
152152

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 23.*"]
119+
expectedOutput: ["Docker version 24.*"]
120120
- name: 'PHP info'
121121
command: "php"
122122
args: ["-m"]

0 commit comments

Comments
 (0)