Merge pull request #9406 from appwrite/bump-base-image

chore: bump docker-base
This commit is contained in:
Christy Jacob 2025-02-26 18:49:25 +05:30 committed by GitHub
commit 1c8ec7ba1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.1 AS final
LABEL maintainer="team@appwrite.io"