1
0
Fork 0
mirror of synced 2024-06-13 16:24:47 +12:00

Downgrade further

This commit is contained in:
Jake Barnby 2024-02-23 19:43:30 +13:00
parent 0585ef803a
commit ca2df68852
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.5.0 as final
FROM appwrite/base:0.4.4 as final
LABEL maintainer="team@appwrite.io"