Updater bot : mealie updated to v3.9.2

This commit is contained in:
alexbelgium
2026-01-03 01:58:09 +01:00
parent a979b84677
commit 7138fea22f
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.8.0"
ENV MEALIE_VERSION="v3.9.2"
# Clone the Mealie repository to get the frontend source code
WORKDIR /frontend