From 116f459bab4e3690b7dfcb14a4ebf95c468970b8 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Thu, 27 Jul 2023 07:13:37 +0000 Subject: [PATCH] test swoole 5.0.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7d23385965..f12d0729a7 100755 --- a/Dockerfile +++ b/Dockerfile @@ -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"