Updater bot : mealie updated to v3.0.0

This commit is contained in:
alexbelgium
2025-07-12 01:57:35 +02:00
parent c7e7ca4dc6
commit f13e0ac803
4 changed files with 20 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ FROM node:16 AS frontend-builder
ARG SUB_PATH="/mealie/"
ENV SUB_PATH=$SUB_PATH
ENV MEALIE_VERSION="v2.8.0"
ENV MEALIE_VERSION="v3.0.0"
# Clone the Mealie repository to get the frontend source code
WORKDIR /frontend