From 57967ea6957af473ca9437e1f78e652fc20d4373 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 08:20:44 +0000 Subject: [PATCH] chore(deps): update ghcr.io/tandoorrecipes/recipes docker tag to v1.5.17 (#3088) --- 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 8e120d84..2e39061c 100644 --- a/apps/tandoor/config.json +++ b/apps/tandoor/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "tandoor", - "tipi_version": 12, - "version": "1.5.16", + "tipi_version": 13, + "version": "1.5.17", "categories": [ "data" ], diff --git a/apps/tandoor/docker-compose.yml b/apps/tandoor/docker-compose.yml index 700ee35a..fdd7c883 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.16 + image: ghcr.io/tandoorrecipes/recipes:1.5.17 volumes: - ${APP_DATA_DIR}/data/staticfiles:/opt/recipes/staticfiles - ${APP_DATA_DIR}/data/mediafiles:/opt/recipes/mediafiles