Update Dockerfile

This commit is contained in:
Christy Jacob
2023-03-24 19:03:25 +05:30
committed by GitHub
parent fcf3283365
commit 7871e9aa4c
+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.2.1 as final
FROM appwrite/base:0.2.2 as final
LABEL maintainer="team@appwrite.io"