Merge pull request #9005 from appwrite/base-0.9.5

chore: update base to 0.9.5
This commit is contained in:
Eldad A. Fux
2024-11-19 17:15:43 +01:00
committed by GitHub
+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.3 AS final
FROM appwrite/base:0.9.5 AS final
LABEL maintainer="team@appwrite.io"