Merge pull request #10924 from appwrite/chore-bump-docker-base

chore: bump base docker image version to 0.10.6 to fix vulnerabilities
This commit is contained in:
Steven Nguyen 2025-12-09 12:15:39 -08:00 committed by GitHub
commit bdfb9e305e
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.10.5 AS final
FROM appwrite/base:0.10.6 AS final
LABEL maintainer="team@appwrite.io"