Revert 'Updater bot : mealie updated to v3.10.1' [nobuild]

This commit is contained in:
GitHub Actions
2026-02-04 13:19:12 +00:00
parent 5e39f65a86
commit d19f45fdb0
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.10.1"
ENV MEALIE_VERSION="v3.9.2"
# Clone the Mealie repository to get the frontend source code
WORKDIR /frontend