(chore): Bump base Docker image to 1.0.1

This commit is contained in:
Jake Barnby
2026-03-04 22:58:43 +13:00
parent 34dd5006bb
commit cd5f3c3eb3
+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:1.0.0 AS base
FROM appwrite/base:1.0.1 AS base
LABEL maintainer="team@appwrite.io"