diff --git a/Dockerfile b/Dockerfile index e5d19f2038..7d23385965 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.0 as final +FROM appwrite/base:0.4.1 as final LABEL maintainer="team@appwrite.io"