1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00

update base image version

This commit is contained in:
Damodar Lohani 2023-07-27 00:41:59 +00:00
parent 844c60f35a
commit ba84579a8a

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.0 as final
FROM appwrite/base:0.4.1 as final
LABEL maintainer="team@appwrite.io"