Updater bot : mealie updated to v2.8.0

This commit is contained in:
alexbelgium
2025-03-22 01:57:12 +01:00
parent 6a1d64bb1f
commit 0b1b798053
4 changed files with 7 additions and 4 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.7.1"
ENV MEALIE_VERSION="v2.8.0"
# Clone the Mealie repository to get the frontend source code
# hadolint ignore=DL3003