1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00

test swoole 5.0.1

This commit is contained in:
Damodar Lohani 2023-07-27 07:13:37 +00:00
parent ba84579a8a
commit 116f459bab

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.1 as final
FROM dlohani/appwrite_base:upgrades as final
LABEL maintainer="team@appwrite.io"