Merge pull request #8485 from appwrite/update-docker-base

chore: update docker base image
This commit is contained in:
Christy Jacob
2024-08-17 00:16:25 +04:00
committed by GitHub
+1 -1
View File
@@ -12,7 +12,7 @@ RUN composer install --ignore-platform-reqs --optimize-autoloader \
--no-plugins --no-scripts --prefer-dist \
`if [ "$TESTING" != "true" ]; then echo "--no-dev"; fi`
FROM appwrite/base:0.9.1 as final
FROM appwrite/base:0.9.2 as final
LABEL maintainer="team@appwrite.io"