Skip to content

Commit f45c335

Browse files
committed
feat: Update deps
1 parent 0e10104 commit f45c335

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Earthfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ 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.2.0 AS ledger
6-
IMPORT github.com/formancehq/payments:v3.0.0 AS payments
7-
IMPORT github.com/formancehq/wallets:v2.1.1 AS wallets
5+
IMPORT github.com/formancehq/ledger:v2.2.6 AS ledger
6+
IMPORT github.com/formancehq/payments:v3.0.1 AS payments
7+
IMPORT github.com/formancehq/wallets:v2.1.3 AS wallets
88
IMPORT github.com/formancehq/webhooks:v2.1.0 AS webhooks
99
IMPORT github.com/formancehq/auth:v2.1.1 AS auth
1010
IMPORT github.com/formancehq/search:v2.1.0 AS search

docker-compose.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
POSTGRES_URI: "postgresql://formance:formance@postgres:${FORMANCE_POSTGRES_PORT:-5432}/ledger?sslmode=disable"
2525

2626
payments-migrate:
27-
image: "ghcr.io/formancehq/payments:v3.0.0"
27+
image: "ghcr.io/formancehq/payments:v3.0.1"
2828
command: migrate up
2929
depends_on:
3030
postgres:
@@ -33,7 +33,7 @@ services:
3333
POSTGRES_URI: "postgres://formance:formance@postgres:${FORMANCE_POSTGRES_PORT:-5432}/payments?sslmode=disable"
3434

3535
payments-api:
36-
image: "ghcr.io/formancehq/payments:v3.0.0"
36+
image: "ghcr.io/formancehq/payments:v3.0.1"
3737
command: api server
3838
healthcheck:
3939
test: [ "CMD", "curl", "-f", "http://127.0.0.1:8080/_live" ]
@@ -51,7 +51,7 @@ services:
5151
CONFIG_ENCRYPTION_KEY: mysuperencryptionkey
5252

5353
payments-connectors:
54-
image: "ghcr.io/formancehq/payments:v3.0.0"
54+
image: "ghcr.io/formancehq/payments:v3.0.1"
5555
command: connectors server
5656
healthcheck:
5757
test: [ "CMD", "curl", "-f", "http://127.0.0.1:8080/_live" ]

0 commit comments

Comments
 (0)