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

Bump docker base
This commit is contained in:
Christy Jacob 2024-09-18 13:22:55 +04:00 committed by GitHub
commit bc068466c1
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.2 AS final
FROM appwrite/base:0.9.3 AS final
LABEL maintainer="team@appwrite.io"