From 422f8d9625957ab877f4c13dab7fac2c292fbfe3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 23:07:16 +0000 Subject: [PATCH] chore(deps): update ghcr.io/tandoorrecipes/recipes docker tag to v1.5.13 (#2464) --- 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 8c19c09d..d7c01033 100644 --- a/apps/tandoor/config.json +++ b/apps/tandoor/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "tandoor", - "tipi_version": 8, - "version": "1.5.12", + "tipi_version": 9, + "version": "1.5.13", "categories": [ "data" ], diff --git a/apps/tandoor/docker-compose.yml b/apps/tandoor/docker-compose.yml index 9fcfc780..5152c599 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.12 + image: ghcr.io/tandoorrecipes/recipes:1.5.13 volumes: - ${APP_DATA_DIR}/data/staticfiles:/opt/recipes/staticfiles - ${APP_DATA_DIR}/data/mediafiles:/opt/recipes/mediafiles