misc: Bump version to v0.51.3-beta

This commit is contained in:
Romain Sempé 2023-11-09 15:38:52 +01:00
parent f9e3de3905
commit 22adb47881
2 changed files with 5 additions and 5 deletions

2
api

@ -1 +1 @@
Subproject commit dcbd3d268490fc8a4d97d7d02e4d021334e3c702
Subproject commit ff1868cbeaa711e362d49546e93aff13984e9502

View File

@ -33,7 +33,7 @@ services:
api:
container_name: lago-api
image: getlago/api:v0.51.2-beta
image: getlago/api:v0.51.3-beta
restart: unless-stopped
depends_on:
- db
@ -120,7 +120,7 @@ services:
api-worker:
container_name: lago-worker
image: getlago/api:v0.51.2-beta
image: getlago/api:v0.51.3-beta
restart: unless-stopped
depends_on:
- api
@ -163,7 +163,7 @@ services:
# It is recommendend if you have a high usage of events to not impact the other Sidekiq Jobs.
#api-events-worker:
# container_name: lago-events-worker
# image: getlago/api:v0.51.2-beta
# image: getlago/api:v0.51.3-beta
# restart: unless-stopped
# depends_on:
# - api
@ -200,7 +200,7 @@ services:
api-clock:
container_name: lago-clock
image: getlago/api:v0.51.2-beta
image: getlago/api:v0.51.3-beta
restart: unless-stopped
depends_on:
- api