chore: bump base image from 0.9.0 to 0.9.1

This commit is contained in:
Steven Nguyen
2024-06-06 00:23:00 +00:00
committed by GitHub
parent 026933ff74
commit c7157b3692
+1 -1
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.9.0 as final
FROM appwrite/base:0.9.1 as final
LABEL maintainer="team@appwrite.io"