From 9fece7160c7504a87b02660eda458c69f34769e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 10:29:49 +0000 Subject: [PATCH] chore(deps): update ghcr.io/mealie-recipes/mealie docker tag to v1.9.0 (#3820) --- apps/mealie-1/config.json | 4 ++-- apps/mealie-1/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/mealie-1/config.json b/apps/mealie-1/config.json index a6ec1265..d4abdcf4 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": 4, - "version": "1.8.0", + "tipi_version": 5, + "version": "1.9.0", "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", diff --git a/apps/mealie-1/docker-compose.yml b/apps/mealie-1/docker-compose.yml index 66aaeac1..6d3e96c5 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:v1.8.0 + image: ghcr.io/mealie-recipes/mealie:v1.9.0 restart: unless-stopped ports: - ${APP_PORT}:9000