From cd440fc9312b28da9e80775c446ce45a9d1f9fec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 12:29:32 +0000 Subject: [PATCH] chore(deps): update simplexchat/smp-server docker tag to v5.4.0 (#1752) --- apps/simplex-smp/config.json | 8 +++++--- apps/simplex-smp/docker-compose.yml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/apps/simplex-smp/config.json b/apps/simplex-smp/config.json index 5285c505..bcab1172 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": 8, - "version": "5.3.0", + "tipi_version": 9, + "version": "5.4.0", "categories": [ "social" ], @@ -25,5 +25,7 @@ "env_variable": "SIMPLEX_SMP_PASSWORD" } ], - "supported_architectures": ["amd64"] + "supported_architectures": [ + "amd64" + ] } diff --git a/apps/simplex-smp/docker-compose.yml b/apps/simplex-smp/docker-compose.yml index 22bfba0e..a86b9af6 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.3.0 + image: simplexchat/smp-server:v5.4.0 container_name: simplex-smp volumes: - ${APP_DATA_DIR}/data/simplex/logs:/var/opt/simplex:z