1
0
Fork 0
mirror of synced 2024-10-01 09:47:43 +13:00

Update Dockerfile

This commit is contained in:
Christy Jacob 2023-03-24 19:03:25 +05:30 committed by GitHub
parent fcf3283365
commit 7871e9aa4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"