From dff7fd1d4b698edba645408b2e48078d814a7c76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Semp=C3=A9?= Date: Wed, 16 Nov 2022 18:09:18 +0100 Subject: [PATCH] misc: Bump version to v0.14.1-alpha --- api | 2 +- docker-compose.arm64.yml | 8 ++++---- docker-compose.yml | 8 ++++---- front | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/api b/api index 6ee34a011..8fb9844c7 160000 --- a/api +++ b/api @@ -1 +1 @@ -Subproject commit 6ee34a01130a33113db124dd995cb23d2bd4a8d6 +Subproject commit 8fb9844c760c335029e13746a661c76128813500 diff --git a/docker-compose.arm64.yml b/docker-compose.arm64.yml index 2b657365a..0e989b031 100644 --- a/docker-compose.arm64.yml +++ b/docker-compose.arm64.yml @@ -30,7 +30,7 @@ services: api: container_name: lago-api - image: getlago/api-arm64v8:v0.14.0-alpha + image: getlago/api-arm64v8:v0.14.1-alpha restart: unless-stopped depends_on: - db @@ -70,7 +70,7 @@ services: front: container_name: lago-front - image: getlago/front-arm64v8:v0.14.0-alpha + image: getlago/front-arm64v8:v0.14.1-alpha 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;\"'" @@ -107,7 +107,7 @@ services: api-worker: container_name: lago-worker - image: getlago/api-arm64v8:v0.14.0-alpha + image: getlago/api-arm64v8:v0.14.1-alpha restart: unless-stopped depends_on: - api @@ -141,7 +141,7 @@ services: api-clock: container_name: lago-clock - image: getlago/api-arm64v8:v0.14.0-alpha + image: getlago/api-arm64v8:v0.14.1-alpha restart: unless-stopped depends_on: - api diff --git a/docker-compose.yml b/docker-compose.yml index 989121328..396de3e19 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -31,7 +31,7 @@ services: api: container_name: lago-api - image: getlago/api:v0.14.0-alpha + image: getlago/api:v0.14.1-alpha restart: unless-stopped depends_on: - db @@ -76,7 +76,7 @@ services: front: container_name: lago-front - image: getlago/front:v0.14.0-alpha + image: getlago/front:v0.14.1-alpha 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;\"'" @@ -113,7 +113,7 @@ services: api-worker: container_name: lago-worker - image: getlago/api:v0.14.0-alpha + image: getlago/api:v0.14.1-alpha restart: unless-stopped depends_on: - api @@ -150,7 +150,7 @@ services: api-clock: container_name: lago-clock - image: getlago/api:v0.14.0-alpha + image: getlago/api:v0.14.1-alpha restart: unless-stopped depends_on: - api diff --git a/front b/front index 97cda1f71..410fc5423 160000 --- a/front +++ b/front @@ -1 +1 @@ -Subproject commit 97cda1f712f0e407bb59356793c55d43d35ff162 +Subproject commit 410fc5423b39205799cc45e7d0d7011129cf5bed