From 22bd5758722a37dc1f45c640e0a27b1e7a9c2a84 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 22:54:36 +0000 Subject: [PATCH] chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v2.4.1 (#6028) --- apps/mealie-1/config.json | 6 +++--- apps/mealie-1/docker-compose.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/mealie-1/config.json b/apps/mealie-1/config.json index 88f1e056c9..e37ae4a60c 100644 --- a/apps/mealie-1/config.json +++ b/apps/mealie-1/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "mealie-1", - "tipi_version": 14, - "version": "2.4.0", + "tipi_version": 15, + "version": "2.4.1", "description": "Mealie is a self-hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. Easily add recipes into your database by providing the url and Mealie will automatically import the relevant data or add a family recipe with the UI editor. Mealie also provides an API for interactions from 3rd party applications. Default username / password is changeme@email.com / MyPassword", "short_desc": "Mealie is a self-hosted recipe manager and meal planner.", "author": "hay-kot", @@ -21,5 +21,5 @@ ], "supported_architectures": ["arm64", "amd64"], "created_at": 1691943801422, - "updated_at": 1734148495000 + "updated_at": 1734562410000 } diff --git a/apps/mealie-1/docker-compose.yml b/apps/mealie-1/docker-compose.yml index 88bb61f211..bb3cf3a088 100644 --- a/apps/mealie-1/docker-compose.yml +++ b/apps/mealie-1/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.7' services: mealie-1: container_name: mealie-1 - image: ghcr.io/mealie-recipes/mealie:v2.4.0 + image: ghcr.io/mealie-recipes/mealie:v2.4.1 restart: unless-stopped ports: - ${APP_PORT}:9000