Merge pull request #12204 from appwrite/chore/bump-image-1.4.1

chore: bump base image to 1.4.1
This commit is contained in:
Luke B. Silver
2026-05-03 20:18:03 +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:1.3.1 AS base
FROM appwrite/base:1.4.1 AS base
LABEL maintainer="team@appwrite.io"