chore(deps): update simplexchat/smp-server docker tag to v5.8.0 (#3648)

This commit is contained in:
renovate[bot] 2024-06-03 17:14:08 +00:00 committed by GitHub
parent e77218c71a
commit e679f7ec82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@
"exposable": true,
"no_gui": true,
"id": "simplex-smp",
"tipi_version": 22,
"version": "5.7.5",
"tipi_version": 23,
"version": "5.8.0",
"categories": ["social"],
"description": "A reference implementation of the SimpleX Messaging Protocol for simplex queues over public networks.",
"short_desc": "A reference implementation of the SimpleX Messaging Protocol for simplex queues over public networks.",

View File

@ -1,7 +1,7 @@
version: '3.9'
services:
simplex-smp:
image: simplexchat/smp-server:v5.7.5
image: simplexchat/smp-server:v5.8.0
container_name: simplex-smp
volumes:
- ${APP_DATA_DIR}/data/simplex/logs:/var/opt/simplex:z