From bb7973c5a4ca3c19e44cc20668998d8770166a64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 11:59:13 +0000 Subject: [PATCH] chore(deps): update drakkarsoftware/octobot docker tag to v1.0.8 (#2493) --- 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 587af06f..b3b02d92 100644 --- a/apps/octobot/config.json +++ b/apps/octobot/config.json @@ -4,8 +4,8 @@ "available": true, "exposable": true, "id": "octobot", - "tipi_version": 5, - "version": "1.0.7", + "tipi_version": 6, + "version": "1.0.8", "categories": [ "automation", "finance" diff --git a/apps/octobot/docker-compose.yml b/apps/octobot/docker-compose.yml index ce69763e..2287beef 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.7 + image: drakkarsoftware/octobot:1.0.8 environment: - TZ=${TZ} volumes: