chore: bump docker-base

This commit is contained in:
Chirag Aggarwal
2025-02-25 12:28:05 +00:00
parent 66dc3adb98
commit 542e34bc94
+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.5 AS final
FROM appwrite/base:0.10.0 AS final
LABEL maintainer="team@appwrite.io"