From d2829fe1c8e2f7f6c900ea9d15972434286bf223 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Denquin?= Date: Tue, 21 Feb 2023 14:39:29 +0100 Subject: [PATCH] misc(docker): Bump to v0.23.0-beta (#197) Co-authored-by: Jeremy Denquin --- 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 619a7a5..1dd43b3 160000 --- a/api +++ b/api @@ -1 +1 @@ -Subproject commit 619a7a53f98d9a19908ba00851363cfbcfeef684 +Subproject commit 1dd43b3c71b7871f95c236af0400784ec43307d4 diff --git a/docker-compose.arm64.yml b/docker-compose.arm64.yml index 8f7dd33..d220527 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.22.1-beta + image: getlago/api-arm64v8:v0.23.0-beta restart: unless-stopped depends_on: - db @@ -73,7 +73,7 @@ services: front: container_name: lago-front - image: getlago/front-arm64v8:v0.22.0-beta + image: getlago/front-arm64v8:v0.23.0-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;\"'" @@ -110,7 +110,7 @@ services: api-worker: container_name: lago-worker - image: getlago/api-arm64v8:v0.22.1-beta + image: getlago/api-arm64v8:v0.23.0-beta restart: unless-stopped depends_on: - api @@ -146,7 +146,7 @@ services: api-clock: container_name: lago-clock - image: getlago/api-arm64v8:v0.22.1-beta + image: getlago/api-arm64v8:v0.23.0-beta restart: unless-stopped depends_on: - api diff --git a/docker-compose.yml b/docker-compose.yml index 0397ec8..386f80d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -31,7 +31,7 @@ services: api: container_name: lago-api - image: getlago/api:v0.22.1-beta + image: getlago/api:v0.23.0-beta restart: unless-stopped depends_on: - db @@ -77,7 +77,7 @@ services: front: container_name: lago-front - image: getlago/front:v0.22.0-beta + image: getlago/front:v0.23.0-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;\"'" @@ -114,7 +114,7 @@ services: api-worker: container_name: lago-worker - image: getlago/api:v0.22.1-beta + image: getlago/api:v0.23.0-beta restart: unless-stopped depends_on: - api @@ -151,7 +151,7 @@ services: api-clock: container_name: lago-clock - image: getlago/api:v0.22.1-beta + image: getlago/api:v0.23.0-beta restart: unless-stopped depends_on: - api diff --git a/front b/front index 3e84fb4..59fcbe8 160000 --- a/front +++ b/front @@ -1 +1 @@ -Subproject commit 3e84fb4bcb44e44546f6ceec0e209d7c9ab1c298 +Subproject commit 59fcbe8c28bec2dadd2c8d2a9d913e0b671ca898