1
0
Fork 0
mirror of synced 2024-09-20 03:17:30 +12:00

chore: update docker base image

This commit is contained in:
Christy Jacob 2024-08-07 13:06:28 +00:00
parent 75e6e2e734
commit 9ad86b5711

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.1 as final
FROM appwrite/base:0.9.2 as final
LABEL maintainer="team@appwrite.io"