From f200fb363e8f863a00b4d658f5fb69e8c36bac0b Mon Sep 17 00:00:00 2001 From: Lovro Colic Date: Wed, 8 Nov 2023 13:07:50 +0100 Subject: [PATCH] bump version to 0.51.2 --- api | 2 +- docker-compose.yml | 10 +++++----- front | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api b/api index ecceafa..dcbd3d2 160000 --- a/api +++ b/api @@ -1 +1 @@ -Subproject commit ecceafaebcf8a5915b91c5d42f01a997238d5050 +Subproject commit dcbd3d268490fc8a4d97d7d02e4d021334e3c702 diff --git a/docker-compose.yml b/docker-compose.yml index 0b7803c..e79e442 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,7 +33,7 @@ services: api: container_name: lago-api - image: getlago/api:v0.51.1-beta + image: getlago/api:v0.51.2-beta restart: unless-stopped depends_on: - db @@ -82,7 +82,7 @@ services: front: container_name: lago-front - image: getlago/front:v0.51.1-beta + image: getlago/front:v0.51.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.51.1-beta + image: getlago/api:v0.51.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.51.1-beta + # image: getlago/api:v0.51.2-beta # restart: unless-stopped # depends_on: # - api @@ -200,7 +200,7 @@ services: api-clock: container_name: lago-clock - image: getlago/api:v0.51.1-beta + image: getlago/api:v0.51.2-beta restart: unless-stopped depends_on: - api diff --git a/front b/front index abe9357..f1d8c51 160000 --- a/front +++ b/front @@ -1 +1 @@ -Subproject commit abe93579be75a49ed48e42edfb23449f3395f888 +Subproject commit f1d8c5186209fc1759ab9efc067c9e0537ae18d2