Update base + console

This commit is contained in:
Jake Barnby
2024-02-24 00:41:38 +13:00
parent eb3aa7ee73
commit bc3e57d03b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
[submodule "app/console"]
path = app/console
url = https://github.com/appwrite/console
branch = chore-update-sdk
branch = 1.5.x
+1 -1
View File
@@ -29,7 +29,7 @@ ENV VITE_APPWRITE_GROWTH_ENDPOINT=$VITE_APPWRITE_GROWTH_ENDPOINT
RUN npm ci
RUN npm run build
FROM appwrite/base:0.4.4 as final
FROM appwrite/base:0.9.0 as final
LABEL maintainer="team@appwrite.io"