From bc3e57d03ba56cf1e1a9ab29f490d6c177473f0a Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Sat, 24 Feb 2024 00:41:38 +1300 Subject: [PATCH] Update base + console --- .gitmodules | 2 +- Dockerfile | 2 +- app/console | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index bed812bea0..e259782156 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "app/console"] path = app/console url = https://github.com/appwrite/console - branch = chore-update-sdk + branch = 1.5.x diff --git a/Dockerfile b/Dockerfile index ccb8f8bac1..d7343dd71d 100755 --- a/Dockerfile +++ b/Dockerfile @@ -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" diff --git a/app/console b/app/console index 44edd461c6..c72ba12e47 160000 --- a/app/console +++ b/app/console @@ -1 +1 @@ -Subproject commit 44edd461c6036cb462047c1424b80f0903cdc15e +Subproject commit c72ba12e479b0d3d9b3f4e48e01625c12a38fd7f