From cace16e27ffdeefc654229dcfb974d3b85cdea80 Mon Sep 17 00:00:00 2001 From: Maxence Maireaux Date: Wed, 13 Nov 2024 14:30:37 +0100 Subject: [PATCH] chore: update ledger version to v2.1.1 Update the ledger import and Docker image version from v2.1.0 to v2.1.1 in Earthfile and docker-compose.yml. --- Earthfile | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Earthfile b/Earthfile index 66e4377065..f31dc6ec2e 100644 --- a/Earthfile +++ b/Earthfile @@ -2,7 +2,7 @@ VERSION 0.8 PROJECT FormanceHQ/stack IMPORT github.com/formancehq/earthly:tags/v0.15.0 AS core -IMPORT github.com/formancehq/ledger:v2.1.0 AS ledger +IMPORT github.com/formancehq/ledger:v2.1.1 AS ledger IMPORT github.com/formancehq/payments:main AS payments IMPORT github.com/formancehq/gateway:main AS gateway IMPORT github.com/formancehq/auth:main AS auth diff --git a/docker-compose.yml b/docker-compose.yml index 1f48fca99b..721a59c5f5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,7 +11,7 @@ services: - ".local/gateway/Caddyfile:/etc/caddy/Caddyfile" ledger: - image: "ghcr.io/formancehq/ledger:v2.1.0" + image: "ghcr.io/formancehq/ledger:v2.1.1" healthcheck: test: [ "CMD", "curl", "-f", "http://127.0.0.1:3068/_healthcheck" ] interval: 10s