From cb8c57dd08d62288a2631d47dd97ad2ec41c4b8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Semp=C3=A9?= Date: Mon, 2 Jan 2023 16:59:08 +0100 Subject: [PATCH] misc: Bump version to v0.19.4-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 54ed5f3..c65b67c 160000 --- a/api +++ b/api @@ -1 +1 @@ -Subproject commit 54ed5f37e944764cd205e1ed038afa9eafe6e098 +Subproject commit c65b67ca4806a1b2d8ee0537e6ee4eec89ea0d3a diff --git a/docker-compose.arm64.yml b/docker-compose.arm64.yml index b10345c..d0b4ae9 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.19.3-alpha + image: getlago/api-arm64v8:v0.19.4-alpha restart: unless-stopped depends_on: - db @@ -72,7 +72,7 @@ services: front: container_name: lago-front - image: getlago/front-arm64v8:v0.19.3-alpha + image: getlago/front-arm64v8:v0.19.4-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;\"'" @@ -109,7 +109,7 @@ services: api-worker: container_name: lago-worker - image: getlago/api-arm64v8:v0.19.3-alpha + image: getlago/api-arm64v8:v0.19.4-alpha restart: unless-stopped depends_on: - api @@ -145,7 +145,7 @@ services: api-clock: container_name: lago-clock - image: getlago/api-arm64v8:v0.19.3-alpha + image: getlago/api-arm64v8:v0.19.4-alpha restart: unless-stopped depends_on: - api diff --git a/docker-compose.yml b/docker-compose.yml index 066015f..51d84a5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -31,7 +31,7 @@ services: api: container_name: lago-api - image: getlago/api:v0.19.3-alpha + image: getlago/api:v0.19.4-alpha restart: unless-stopped depends_on: - db @@ -76,7 +76,7 @@ services: front: container_name: lago-front - image: getlago/front:v0.19.3-alpha + image: getlago/front:v0.19.4-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.19.3-alpha + image: getlago/api:v0.19.4-alpha restart: unless-stopped depends_on: - api @@ -150,7 +150,7 @@ services: api-clock: container_name: lago-clock - image: getlago/api:v0.19.3-alpha + image: getlago/api:v0.19.4-alpha restart: unless-stopped depends_on: - api diff --git a/front b/front index cf9b5cf..fe7f4d9 160000 --- a/front +++ b/front @@ -1 +1 @@ -Subproject commit cf9b5cfbeaadd7719a9c7ad9cdb9b88976f5ac4e +Subproject commit fe7f4d903a2c0c2501882927ad943c9b72e9a2c5