1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

Merge pull request #8238 from appwrite/chore-bump-base-image

Bump base image from 0.9.0 to 0.9.1
This commit is contained in:
Jake Barnby 2024-06-06 13:47:01 +12:00 committed by GitHub
commit 035144d1ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"