diff --git a/api b/api index 9680e473f..41449834d 160000 --- a/api +++ b/api @@ -1 +1 @@ -Subproject commit 9680e473fe8ec29c2c7bbd9910d09d657c34fc5c +Subproject commit 41449834d6ca190d2f88e652575a25e6cfb3804f diff --git a/docker-compose.yml b/docker-compose.yml index 7e5243ef6..702b0b404 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -34,7 +34,7 @@ services: api: container_name: lago-api - image: getlago/api:v1.5.0 + image: getlago/api:v1.5.1 restart: unless-stopped depends_on: - db @@ -90,7 +90,7 @@ services: front: container_name: lago-front - image: getlago/front:v1.5.0 + image: getlago/front:v1.5.1 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;\"'" @@ -130,7 +130,7 @@ services: api-worker: container_name: lago-worker - image: getlago/api:v1.5.0 + image: getlago/api:v1.5.1 restart: unless-stopped depends_on: api: @@ -176,7 +176,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.5.0 + # image: getlago/api:v1.5.1 # restart: unless-stopped # depends_on: # api: @@ -216,7 +216,7 @@ services: api-clock: container_name: lago-clock - image: getlago/api:v1.5.0 + image: getlago/api:v1.5.1 restart: unless-stopped depends_on: api: diff --git a/front b/front index b40c90869..f008b70e2 160000 --- a/front +++ b/front @@ -1 +1 @@ -Subproject commit b40c908691c5eef593876fb7e4ef2cc5a9df950f +Subproject commit f008b70e2195d61e6004eead0574927b1b82c6e9