Skip to content

Commit

Permalink
Chore/upgrade backbone (#151)
Browse files Browse the repository at this point in the history
* chore: upgrade consumer api

* chore: upgrade admin cli
  • Loading branch information
jkoenig134 authored Apr 10, 2024
1 parent 94be2aa commit aa80f70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .dev/compose.backbone.env
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
CONSUMERAPI_TAG=v4.2.6
CONSUMERAPI_TAG=v4.5.0
ADMINCLI_TAG=v2.2.3
2 changes: 1 addition & 1 deletion .dev/compose.backbone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ services:

seed-client:
container_name: seed-client
image: ghcr.io/nmshd/backbone-admin-cli:v2.2.1
image: ghcr.io/nmshd/backbone-admin-cli:${ADMINCLI_TAG}
depends_on:
consumer-api:
condition: service_healthy
Expand Down

0 comments on commit aa80f70

Please sign in to comment.