1
0
Fork 0
mirror of synced 2024-07-04 14:10:33 +12:00

Merge pull request #5270 from appwrite/feat-bump-docker-base

Bump base docker image to fix missing rsync
This commit is contained in:
Christy Jacob 2023-03-24 19:30:52 +05:30 committed by GitHub
commit e190e1aebe
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.1.0 as final
FROM appwrite/base:0.2.2 as final
LABEL maintainer="team@appwrite.io"