Merge pull request #297 from getlago/bump_version

misc: Bump version to v0.51.3-beta
This commit is contained in:
Romain Sempé 2023-11-09 15:41:13 +01:00 committed by GitHub
commit abe39faebc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: api:
container_name: lago-api container_name: lago-api
image: getlago/api:v0.51.2-beta image: getlago/api:v0.51.3-beta
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- db - db
@ -120,7 +120,7 @@ services:
api-worker: api-worker:
container_name: lago-worker container_name: lago-worker
image: getlago/api:v0.51.2-beta image: getlago/api:v0.51.3-beta
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- api - api
@ -163,7 +163,7 @@ services:
# It is recommendend if you have a high usage of events to not impact the other Sidekiq Jobs. # It is recommendend if you have a high usage of events to not impact the other Sidekiq Jobs.
#api-events-worker: #api-events-worker:
# container_name: lago-events-worker # container_name: lago-events-worker
# image: getlago/api:v0.51.2-beta # image: getlago/api:v0.51.3-beta
# restart: unless-stopped # restart: unless-stopped
# depends_on: # depends_on:
# - api # - api
@ -200,7 +200,7 @@ services:
api-clock: api-clock:
container_name: lago-clock container_name: lago-clock
image: getlago/api:v0.51.2-beta image: getlago/api:v0.51.3-beta
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- api - api