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.
1 parent 988f519 commit 4d6d529Copy full SHA for 4d6d529
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM php:8.3.10-cli-alpine3.20 as compile
+FROM php:8.3.11-cli-alpine3.20 as compile
2
3
ENV PHP_REDIS_VERSION="6.0.2" \
4
PHP_MONGODB_VERSION="1.19.3" \
@@ -149,7 +149,7 @@ RUN \
149
./configure && \
150
make && make install
151
152
-FROM php:8.3.7-cli-alpine3.19 as final
+FROM php:8.3.11-cli-alpine3.20 as final
153
154
LABEL maintainer="team@appwrite.io"
155
0 commit comments