Skip to content

Commit cace16e

Browse files
committed
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.
1 parent 5169664 commit cace16e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ VERSION 0.8
22
PROJECT FormanceHQ/stack
33

44
IMPORT github.com/formancehq/earthly:tags/v0.15.0 AS core
5-
IMPORT github.com/formancehq/ledger:v2.1.0 AS ledger
5+
IMPORT github.com/formancehq/ledger:v2.1.1 AS ledger
66
IMPORT github.com/formancehq/payments:main AS payments
77
IMPORT github.com/formancehq/gateway:main AS gateway
88
IMPORT github.com/formancehq/auth:main AS auth

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- ".local/gateway/Caddyfile:/etc/caddy/Caddyfile"
1212

1313
ledger:
14-
image: "ghcr.io/formancehq/ledger:v2.1.0"
14+
image: "ghcr.io/formancehq/ledger:v2.1.1"
1515
healthcheck:
1616
test: [ "CMD", "curl", "-f", "http://127.0.0.1:3068/_healthcheck" ]
1717
interval: 10s

0 commit comments

Comments
 (0)