Revert "Updater bot : mealie updated to v3.16.0"

This reverts commit f25492f3ab.
This commit is contained in:
GitHub Actions
2026-04-18 03:50:42 +00:00
parent d2c1742578
commit fdab2df3fd
4 changed files with 4 additions and 7 deletions

View File

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