From 408b8594b29ee2d066db8451d1de9c82fc51ea7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Denquin?= Date: Mon, 22 Jan 2024 16:09:03 +0100 Subject: [PATCH] misc(version): bump to v0.54.2 (#316) --- api | 2 +- docker-compose.yml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/api b/api index f5634fb..4126037 160000 --- a/api +++ b/api @@ -1 +1 @@ -Subproject commit f5634fb5a438993d41d009d072e2e9f8f4a021ea +Subproject commit 41260378608b58390bbd80e347eaafe8fcaf9ea5 diff --git a/docker-compose.yml b/docker-compose.yml index e02116d..28efadb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,7 +7,7 @@ volumes: services: db: - image: postgres:14.0-alpine + image: postgres:14-alpine container_name: lago-db restart: unless-stopped environment: @@ -22,7 +22,7 @@ services: - ${POSTGRES_PORT:-5432}:${POSTGRES_PORT:-5432} redis: - image: redis:6.2-alpine + image: redis:6-alpine container_name: lago-redis restart: unless-stopped command: --port ${REDIS_PORT:-6379} @@ -33,7 +33,7 @@ services: api: container_name: lago-api - image: getlago/api:v0.54.1-beta + image: getlago/api:v0.54.2-beta restart: unless-stopped depends_on: - db @@ -82,7 +82,7 @@ services: front: container_name: lago-front - image: getlago/front:v0.54.1-beta + image: getlago/front:v0.54.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;\"'" @@ -120,7 +120,7 @@ services: api-worker: container_name: lago-worker - image: getlago/api:v0.54.1-beta + image: getlago/api:v0.54.2-beta restart: unless-stopped depends_on: - api @@ -200,7 +200,7 @@ services: api-clock: container_name: lago-clock - image: getlago/api:v0.54.1-beta + image: getlago/api:v0.54.2-beta restart: unless-stopped depends_on: - api @@ -221,4 +221,4 @@ services: - ENCRYPTION_KEY_DERIVATION_SALT=${LAGO_ENCRYPTION_KEY_DERIVATION_SALT:-your-encryption-derivation-salt} pdf: - image: getlago/lago-gotenberg:7 + image: getlago/lago-gotenberg:7.8.2