Update Revolt to 20230531-3 (#653)
This commit is contained in:
parent
7c70aab9e2
commit
494e711950
|
@ -8,8 +8,8 @@
|
|||
"generate_vapid_keys": true,
|
||||
"supported_architectures": ["amd64"],
|
||||
"id": "revolt",
|
||||
"tipi_version": 2,
|
||||
"version": "1.1.8/20230421-3",
|
||||
"tipi_version": 3,
|
||||
"version": "1.1.8/20230531-3",
|
||||
"categories": ["media"],
|
||||
"description": "Open source user-first chat platform.",
|
||||
"short_desc": "Open source user-first chat platform.",
|
||||
|
|
|
@ -139,7 +139,7 @@ services:
|
|||
|
||||
# API server (delta)
|
||||
revolt-api:
|
||||
image: ghcr.io/revoltchat/server:20230421-3
|
||||
image: ghcr.io/revoltchat/server:20230531-3
|
||||
container_name: revolt-api
|
||||
depends_on:
|
||||
- revolt-database
|
||||
|
@ -176,7 +176,7 @@ services:
|
|||
|
||||
# Events service (quark)
|
||||
revolt-events:
|
||||
image: ghcr.io/revoltchat/bonfire:20230421-3
|
||||
image: ghcr.io/revoltchat/bonfire:20230531-3
|
||||
container_name: revolt-events
|
||||
depends_on:
|
||||
- revolt-database
|
||||
|
|
Loading…
Reference in New Issue
Block a user