chore: bump image tags (#67)

This commit is contained in:
mstrv
2023-08-01 16:29:59 +02:00
committed by GitHub
parent a0a371cf9a
commit aa3a3e3a7e

View File

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