We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7eedcd + bb5ed1c commit 1c8ec7bCopy full SHA for 1c8ec7b
Dockerfile
@@ -12,7 +12,7 @@ RUN composer install --ignore-platform-reqs --optimize-autoloader \
12
--no-plugins --no-scripts --prefer-dist \
13
`if [ "$TESTING" != "true" ]; then echo "--no-dev"; fi`
14
15
-FROM appwrite/base:0.9.5 AS final
+FROM appwrite/base:0.10.1 AS final
16
17
LABEL maintainer="[email protected]"
18
0 commit comments