From 7195a283e41f65b25071027a8ce3e4937e78159d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 11:08:13 +0000 Subject: [PATCH] chore(deps): update drakkarsoftware/octobot docker tag to v1.0.5 (#1861) --- apps/octobot/config.json | 4 ++-- apps/octobot/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/octobot/config.json b/apps/octobot/config.json index 0071eab2..29af58d9 100644 --- a/apps/octobot/config.json +++ b/apps/octobot/config.json @@ -4,8 +4,8 @@ "available": true, "exposable": true, "id": "octobot", - "tipi_version": 2, - "version": "1.0.4", + "tipi_version": 3, + "version": "1.0.5", "categories": [ "automation", "finance" diff --git a/apps/octobot/docker-compose.yml b/apps/octobot/docker-compose.yml index fa1ca96a..a1c9fbcf 100644 --- a/apps/octobot/docker-compose.yml +++ b/apps/octobot/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.9' services: octobot: container_name: octobot - image: drakkarsoftware/octobot:1.0.4 + image: drakkarsoftware/octobot:1.0.5 environment: - TZ=${TZ} volumes: