1
0
Fork 0
mirror of synced 2024-07-04 06:00:53 +12:00

Bump base docker image to fix missing rsync

This commit is contained in:
Steven Nguyen 2023-03-23 13:32:03 -07:00
parent 55e53abcfc
commit fcf3283365
No known key found for this signature in database

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