Skip to content

Commit 43d04f7

Browse files
authored
chore: bump tags
1 parent 06dfb5c commit 43d04f7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

compose.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ services:
7272

7373
# API server (delta)
7474
api:
75-
image: ghcr.io/revoltchat/server:20241128-3
75+
image: ghcr.io/revoltchat/server:20241213-1
7676
depends_on:
7777
database:
7878
condition: service_healthy
@@ -88,7 +88,7 @@ services:
8888

8989
# Events service (quark)
9090
events:
91-
image: ghcr.io/revoltchat/bonfire:20241128-3
91+
image: ghcr.io/revoltchat/bonfire:20241213-1
9292
depends_on:
9393
database:
9494
condition: service_healthy
@@ -108,7 +108,7 @@ services:
108108

109109
# File server (autumn)
110110
autumn:
111-
image: ghcr.io/revoltchat/autumn:20241128-3
111+
image: ghcr.io/revoltchat/autumn:20241213-1
112112
depends_on:
113113
database:
114114
condition: service_healthy
@@ -122,7 +122,7 @@ services:
122122

123123
# Metadata and image proxy (january)
124124
january:
125-
image: ghcr.io/revoltchat/january:20241128-3
125+
image: ghcr.io/revoltchat/january:20241213-1
126126
volumes:
127127
- type: bind
128128
source: ./Revolt.toml
@@ -131,7 +131,7 @@ services:
131131

132132
# Push notification daemon (pushd)
133133
pushd:
134-
image: ghcr.io/revoltchat/pushd:20241128-3
134+
image: ghcr.io/revoltchat/pushd:20241213-1
135135
depends_on:
136136
database:
137137
condition: service_healthy

0 commit comments

Comments
 (0)