From 56fc78a47ae7afb4a64f732e70757fba54b7d2fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 16:16:34 +0000 Subject: [PATCH] chore(deps): update ghcr.io/tandoorrecipes/recipes docker tag to v1.5.14 (#2694) --- apps/tandoor/config.json | 4 ++-- apps/tandoor/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/tandoor/config.json b/apps/tandoor/config.json index d7c01033..715c9dba 100644 --- a/apps/tandoor/config.json +++ b/apps/tandoor/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "tandoor", - "tipi_version": 9, - "version": "1.5.13", + "tipi_version": 10, + "version": "1.5.14", "categories": [ "data" ], diff --git a/apps/tandoor/docker-compose.yml b/apps/tandoor/docker-compose.yml index 5152c599..e8bb30fa 100644 --- a/apps/tandoor/docker-compose.yml +++ b/apps/tandoor/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: tandoor: container_name: tandoor - image: ghcr.io/tandoorrecipes/recipes:1.5.13 + image: ghcr.io/tandoorrecipes/recipes:1.5.14 volumes: - ${APP_DATA_DIR}/data/staticfiles:/opt/recipes/staticfiles - ${APP_DATA_DIR}/data/mediafiles:/opt/recipes/mediafiles