chore: bump docker base

This commit is contained in:
Steven Nguyen
2024-09-17 22:44:20 -07:00
parent 1c8245de99
commit b36fc1c2f8
+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.2 AS final
FROM appwrite/base:0.9.3 AS final
LABEL maintainer="team@appwrite.io"