From 274807222db9616deaee8b37af4c5f3cb4678ab0 Mon Sep 17 00:00:00 2001 From: Jeremy Denquin Date: Sat, 20 Jan 2024 15:55:11 +0100 Subject: [PATCH] misc(version): bump to v0.54.1 --- api | 2 +- docker-compose.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api b/api index 9defaa6..f5634fb 160000 --- a/api +++ b/api @@ -1 +1 @@ -Subproject commit 9defaa678b903d30f6175358aa82747aaf427360 +Subproject commit f5634fb5a438993d41d009d072e2e9f8f4a021ea diff --git a/docker-compose.yml b/docker-compose.yml index 676288e..e02116d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,7 +33,7 @@ services: api: container_name: lago-api - image: getlago/api:v0.54.0-beta + image: getlago/api:v0.54.1-beta restart: unless-stopped depends_on: - db @@ -82,7 +82,7 @@ services: front: container_name: lago-front - image: getlago/front:v0.54.0-beta + image: getlago/front:v0.54.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.54.0-beta + image: getlago/api:v0.54.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.54.0-beta + # image: getlago/api:v0.54.1-beta # restart: unless-stopped # depends_on: # - api @@ -200,7 +200,7 @@ services: api-clock: container_name: lago-clock - image: getlago/api:v0.54.0-beta + image: getlago/api:v0.54.1-beta restart: unless-stopped depends_on: - api