From 06b0f9d9b49eb65c66e49c60aa2afdbe5143f30b Mon Sep 17 00:00:00 2001 From: Lovro Colic Date: Thu, 21 Dec 2023 15:15:23 +0100 Subject: [PATCH] misc: bump version to 0.53.1 --- api | 2 +- docker-compose.yml | 10 +++++----- front | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api b/api index 8718d4a..a5ec37a 160000 --- a/api +++ b/api @@ -1 +1 @@ -Subproject commit 8718d4a8bb107539534a2ab516bb3dd97bb51121 +Subproject commit a5ec37a51c7b0958705126b722c9bca99fdfce23 diff --git a/docker-compose.yml b/docker-compose.yml index 3c75da0..6fb842c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,7 +33,7 @@ services: api: container_name: lago-api - image: getlago/api:v0.53.0-beta + image: getlago/api:v0.53.1-beta restart: unless-stopped depends_on: - db @@ -82,7 +82,7 @@ services: front: container_name: lago-front - image: getlago/front:v0.53.0-beta + image: getlago/front:v0.53.1-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.0-beta + image: getlago/api:v0.53.1-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.0-beta + # image: getlago/api:v0.53.1-beta # restart: unless-stopped # depends_on: # - api @@ -200,7 +200,7 @@ services: api-clock: container_name: lago-clock - image: getlago/api:v0.53.0-beta + image: getlago/api:v0.53.1-beta restart: unless-stopped depends_on: - api diff --git a/front b/front index 03a2431..f4d0269 160000 --- a/front +++ b/front @@ -1 +1 @@ -Subproject commit 03a2431a9f4b8b6eba6eb326520861e3fa2a0f73 +Subproject commit f4d026985c3809bffed6774199bf5bc9eb682a1c