Revert base image downgrade

This commit is contained in:
Jake Barnby 2023-08-20 20:02:03 -04:00
parent a1b10ef7a8
commit 02cee3d687
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

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