chore: bump version tags

pull/63/head
Paul Makles 2 years ago committed by GitHub
parent 28b43f4c6c
commit 5c0e471c82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -37,7 +37,7 @@ services:
# API server (delta)
api:
image: ghcr.io/revoltchat/server:20220715-1
image: ghcr.io/revoltchat/server:20230421-1
env_file: .env
depends_on:
- database
@ -47,7 +47,7 @@ services:
# Events service (quark)
events:
image: ghcr.io/revoltchat/bonfire:20220715-1
image: ghcr.io/revoltchat/bonfire:20230421-1
env_file: .env
depends_on:
- database
@ -65,7 +65,7 @@ services:
# File server (autumn)
autumn:
image: ghcr.io/revoltchat/autumn:1.1.5
image: ghcr.io/revoltchat/autumn:1.1.7
env_file: .env
depends_on:
- database

Loading…
Cancel
Save