Updater bot : mealie updated to v3.3.2

This commit is contained in:
alexbelgium
2025-10-11 01:58:24 +02:00
parent 55654027a1
commit 892aef7c2c
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.3.1"
ENV MEALIE_VERSION="v3.3.2"
# Clone the Mealie repository to get the frontend source code
WORKDIR /frontend