Merge pull request #305 from getlago/bump_version

misc: Bump version to 0.53.2-beta
This commit is contained in:
Romain Sempé 2023-12-22 10:36:16 +01:00 committed by GitHub
commit d3f902a87d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

2
api

@ -1 +1 @@
Subproject commit a5ec37a51c7b0958705126b722c9bca99fdfce23
Subproject commit 03d2cad5e8a05ac0009300824421f39856baf505

View File

@ -82,7 +82,7 @@ services:
front:
container_name: lago-front
image: getlago/front:v0.53.1-beta
image: getlago/front:v0.53.2-beta
restart: unless-stopped
# Use this command if you want to use SSL with Let's Encrypt
# command: "/bin/sh -c 'while :; do sleep 6h & wait $${!}; nginx -s reload; done & nginx -g \"daemon off;\"'"
@ -120,7 +120,7 @@ services:
api-worker:
container_name: lago-worker
image: getlago/api:v0.53.1-beta
image: getlago/api:v0.53.2-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.53.1-beta
# image: getlago/api:v0.53.2-beta
# restart: unless-stopped
# depends_on:
# - api
@ -200,7 +200,7 @@ services:
api-clock:
container_name: lago-clock
image: getlago/api:v0.53.1-beta
image: getlago/api:v0.53.2-beta
restart: unless-stopped
depends_on:
- api

2
front

@ -1 +1 @@
Subproject commit f4d026985c3809bffed6774199bf5bc9eb682a1c
Subproject commit 1e3dc1f5e5c921b5fe3aa83b042708a0a79e9515