From 18374c66c702ad2c6586599b47abc99506c7ecdc Mon Sep 17 00:00:00 2001 From: Toon Willems Date: Tue, 24 Dec 2024 11:18:50 +0100 Subject: [PATCH] Bump version to 1.17.4 (#440) --- api | 2 +- docker-compose.yml | 14 +++++++------- front | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/api b/api index 6bb3cbf..b72b822 160000 --- a/api +++ b/api @@ -1 +1 @@ -Subproject commit 6bb3cbf53f9fa18feb01eddede9963f932ba1e55 +Subproject commit b72b822e687ee4b3ac6134005cf26500d610f711 diff --git a/docker-compose.yml b/docker-compose.yml index 29630b6..b043d3d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -32,7 +32,7 @@ services: api: container_name: lago-api - image: getlago/api:v1.17.3 + image: getlago/api:v1.17.4 restart: unless-stopped depends_on: - db @@ -94,7 +94,7 @@ services: front: container_name: lago-front - image: getlago/front:v1.17.3 + image: getlago/front:v1.17.4 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;\"'" @@ -133,7 +133,7 @@ services: api-worker: container_name: lago-worker - image: getlago/api:v1.17.3 + image: getlago/api:v1.17.4 restart: unless-stopped depends_on: api: @@ -184,7 +184,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:v1.17.3 + # image: getlago/api:v1.17.4 # restart: unless-stopped # depends_on: # api: @@ -229,7 +229,7 @@ services: # It is recommended if you have a high usage of invoices being created to not impact the other Sidekiq Jobs. #api-pdfs-worker: # container_name: lago-pdfs-worker - # image: getlago/api:v1.17.3 + # image: getlago/api:v1.17.4 # restart: unless-stopped # depends_on: # api: @@ -274,7 +274,7 @@ services: # It is recommended if you have a high usage of invoices being created to not impact the other Sidekiq Jobs. #api-billing-worker: # container_name: lago-billing-worker - # image: getlago/api:v1.17.3 + # image: getlago/api:v1.17.4 # restart: unless-stopped # depends_on: # api: @@ -408,7 +408,7 @@ services: api-clock: container_name: lago-clock - image: getlago/api:v1.17.3 + image: getlago/api:v1.17.4 restart: unless-stopped depends_on: api: diff --git a/front b/front index a9fab15..99534a0 160000 --- a/front +++ b/front @@ -1 +1 @@ -Subproject commit a9fab150de2a33552d932c3e91f13d819198d3b1 +Subproject commit 99534a07681e782dd29c0a02351f47a85c477174