Skip to content

Commit

Permalink
chore: update ledger version to v2.1.1
Browse files Browse the repository at this point in the history
Update the ledger import and Docker image version from v2.1.0 to
v2.1.1 in Earthfile and docker-compose.yml.
  • Loading branch information
flemzord committed Nov 13, 2024
1 parent 5169664 commit cace16e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cace16e

Please sign in to comment.