Merge pull request #7599 from appwrite/chore-bump-base

Update docker base
This commit is contained in:
Jake Barnby
2024-02-16 17:55:42 +13:00
committed by GitHub
+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.7.2 as final
FROM appwrite/base:0.8.0 as final
LABEL maintainer="team@appwrite.io"