chore: update docker base image

This commit is contained in:
德华 刘 2023-12-05 09:16:35 +00:00
parent f2d20cc5c2
commit 38a3c08772

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