We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fcaa268 + a09b45a commit d527bb7Copy full SHA for d527bb7
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM php:8.2.6-cli-alpine3.18 as compile
+FROM php:8.2.14-cli-alpine3.19 as compile
2
3
ENV PHP_REDIS_VERSION="5.3.7" \
4
PHP_MONGODB_VERSION="1.16.1" \
@@ -146,7 +146,7 @@ RUN \
146
./configure && \
147
make && make install
148
149
-FROM php:8.2.6-cli-alpine3.18 as final
+FROM php:8.2.14-cli-alpine3.19 as final
150
151
LABEL maintainer="team@appwrite.io"
152
tests.yaml
@@ -116,7 +116,7 @@ commandTests:
116
- name: 'Docker command'
117
command: "docker"
118
args: ["--version"]
119
- expectedOutput: ["Docker version 23.*"]
+ expectedOutput: ["Docker version 24.*"]
120
- name: 'PHP info'
121
command: "php"
122
args: ["-m"]
0 commit comments