From 722a2acc978fc5c4d045131611f82bcfddfec7d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 22:10:19 +0000 Subject: [PATCH] chore(deps): update simplexchat/smp-server docker tag to v5.2.0 (#784) --- apps/simplex-smp/config.json | 4 ++-- apps/simplex-smp/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/simplex-smp/config.json b/apps/simplex-smp/config.json index 320d47e1..cc44cfd0 100644 --- a/apps/simplex-smp/config.json +++ b/apps/simplex-smp/config.json @@ -6,8 +6,8 @@ "exposable": true, "no_gui": true, "id": "simplex-smp", - "tipi_version": 5, - "version": "5.1.3", + "tipi_version": 6, + "version": "5.2.0", "categories": [ "social" ], diff --git a/apps/simplex-smp/docker-compose.yml b/apps/simplex-smp/docker-compose.yml index 8ad0f6a4..f04a0093 100644 --- a/apps/simplex-smp/docker-compose.yml +++ b/apps/simplex-smp/docker-compose.yml @@ -1,7 +1,7 @@ version: '3.9' services: simplex-smp: - image: simplexchat/smp-server:v5.1.3 + image: simplexchat/smp-server:v5.2.0 container_name: simplex-smp volumes: - ${APP_DATA_DIR}/data/simplex/logs:/var/opt/simplex:z