chore: update backend to `20220612-4`

pull/47/head
Paul Makles 3 years ago committed by GitHub
parent bc81af72f6
commit 4a0ccfb7fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,7 +15,7 @@ services:
# API server (delta)
api:
image: ghcr.io/revoltchat/server:0.5.3-2
image: ghcr.io/revoltchat/server:20220612-4
env_file: .env
depends_on:
- database
@ -26,7 +26,7 @@ services:
# Events service (quark)
events:
image: ghcr.io/revoltchat/bonfire:0.1.3
image: ghcr.io/revoltchat/bonfire:20220612-4
env_file: .env
depends_on:
- database

Loading…
Cancel
Save