From 8a8fa9f8bc18b96f22df445b1b99980f1ad3b4d8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 1 Mar 2025 20:50:52 +0100 Subject: [PATCH 1/3] Update Dockerfile --- mealie/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mealie/Dockerfile b/mealie/Dockerfile index a121f9983..10da47860 100644 --- a/mealie/Dockerfile +++ b/mealie/Dockerfile @@ -48,7 +48,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ # Correct data path # hadolint ignore=DL4006 -RUN sed -i "s|change_user$|# change_user|g" /app/run.sh && +RUN sed -i "s|change_user$|# change_user|g" /app/run.sh && \ # Avoid unbound error sed -i 's|\${!file_var}|${!file_var:-}|g' /app/run.sh From d13637ed24af9aa77bfce71bb689a3f6e3922a17 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 1 Mar 2025 20:51:20 +0100 Subject: [PATCH 2/3] Update config.json --- mealie/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mealie/config.json b/mealie/config.json index 4b613c5ed..4c4f5071f 100644 --- a/mealie/config.json +++ b/mealie/config.json @@ -119,5 +119,5 @@ "slug": "mealie", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "v2.7.1-3" + "version": "v2.7.1-4" } From 142e9941844b9a6c503bc559d2fc042b911508df Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 1 Mar 2025 21:05:52 +0100 Subject: [PATCH 3/3] Update config.json --- mealie/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mealie/config.json b/mealie/config.json index 4c4f5071f..09f9aab61 100644 --- a/mealie/config.json +++ b/mealie/config.json @@ -119,5 +119,5 @@ "slug": "mealie", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "v2.7.1-4" + "version": "v2.7.1" }