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
commit ee3d34310a
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.3 AS final
FROM appwrite/base:0.9.5 AS final
LABEL maintainer="team@appwrite.io"