chore: bump base docker image version to 0.10.6 to fix vulnerabilities

Our security scans reported several packages we used were out of date and required updates to patch security vulnerabilities.
This commit is contained in:
Steven Nguyen
2025-12-08 20:19:17 +00:00
committed by GitHub
parent 689e61c84f
commit cb3b22c9f9
+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.10.5 AS final
FROM appwrite/base:0.10.6 AS final
LABEL maintainer="team@appwrite.io"