Reapply "Updater bot : mealie updated to v3.14.0"

This reverts commit 79ca4d1b3e.
This commit is contained in:
GitHub Actions
2026-03-28 01:20:04 +00:00
parent 7d2224e580
commit f9e4aa5daf
4 changed files with 7 additions and 4 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.13.1"
ENV MEALIE_VERSION="v3.14.0"
# Clone the Mealie repository to get the frontend source code
WORKDIR /frontend