From fbb489d7feab821b82185d4426da8000eaf9c608 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Fri, 24 Feb 2023 06:17:49 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f3eb7146ea..93c7cb44b0 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 ionic/base as final +FROM appwrite/base:0.1.0 as final LABEL maintainer="team@appwrite.io"