Updater bot : mealie updated to v2.6.0

This commit is contained in:
alexbelgium
2025-02-08 02:54:44 +01:00
parent cd54fc190a
commit 10c66a2ea2
4 changed files with 7 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ ARG SUB_PATH="/mealie/"
ENV SUB_PATH=$SUB_PATH
WORKDIR /app
ENV MEALIE_VERSION="v2.5.0"
ENV MEALIE_VERSION="v2.6.0"
# Clone the Mealie repository to get the frontend source code
# hadolint ignore=DL3003