From d8b7176382ab1a617a0b3c1bfb8630565ab319aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Denquin?= Date: Wed, 31 May 2023 10:41:24 +0200 Subject: [PATCH] misc(version): bump to v0.34.2-beta (#242) Co-authored-by: Jeremy Denquin --- api | 2 +- docker-compose.yml | 8 ++++---- front | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api b/api index 8103782..5ef26cf 160000 --- a/api +++ b/api @@ -1 +1 @@ -Subproject commit 81037826053de2db2adcc8f4605e9a127af0290f +Subproject commit 5ef26cf23870feafb5c87f91228e4a2d2df3057d diff --git a/docker-compose.yml b/docker-compose.yml index 0da0234..b05944f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -32,7 +32,7 @@ services: api: container_name: lago-api - image: getlago/api:v0.34.1-beta + image: getlago/api:v0.34.2-beta restart: unless-stopped depends_on: - db @@ -78,7 +78,7 @@ services: front: container_name: lago-front - image: getlago/front:v0.34.1-beta + image: getlago/front:v0.34.2-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;\"'" @@ -116,7 +116,7 @@ services: api-worker: container_name: lago-worker - image: getlago/api:v0.34.1-beta + image: getlago/api:v0.34.2-beta restart: unless-stopped depends_on: - api @@ -154,7 +154,7 @@ services: api-clock: container_name: lago-clock - image: getlago/api:v0.34.1-beta + image: getlago/api:v0.34.2-beta restart: unless-stopped depends_on: - api diff --git a/front b/front index c6aab96..ce685d8 160000 --- a/front +++ b/front @@ -1 +1 @@ -Subproject commit c6aab96f987943811d374a4cad9bcbd9947fe124 +Subproject commit ce685d85d96968333e3fe5ba7fb5c18f6153b4c7