Skip to content

Commit 1f7f380

Browse files
committed
chore(#2310): bump cardano node (10.1.2) and cardano-db-sync (13.6.0.0)
1 parent d113332 commit 1f7f380

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ changes.
2424

2525
### Changed
2626

27-
- Bumped Cardano node version to `10.1.0-pre`.
28-
- Bumped Cardano DB Sync version to `13.6.0.0-pre`.
27+
- Bumped Cardano node version to `10.1.2`.
28+
- Bumped Cardano DB Sync version to `13.6.0.0`.
2929

3030
### Removed
3131

scripts/govtool/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ include config.mk
1111
.DEFAULT_GOAL := info
1212

1313
# image tags
14-
cardano_node_image_tag := 10.1.0-pre
15-
cardano_db_sync_image_tag := 13.6.0.0-pre
14+
cardano_node_image_tag := 10.1.2
15+
cardano_db_sync_image_tag := 13.6.0.0
1616

1717
.PHONY: all
1818
all: deploy-stack notify

scripts/govtool/docker-compose.node+dbsync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ services:
5151
retries: 5
5252

5353
cardano-node:
54-
image: ghcr.io/intersectmbo/cardano-node:10.1.0-pre
54+
image: ghcr.io/intersectmbo/cardano-node:10.1.2
5555
environment:
5656
- NETWORK=sanchonet
5757
volumes:
@@ -65,7 +65,7 @@ services:
6565
retries: 10
6666

6767
cardano-db-sync:
68-
image: ghcr.io/intersectmbo/cardano-db-sync:13.6.0.0-pre
68+
image: ghcr.io/intersectmbo/cardano-db-sync:13.6.0.0
6969
environment:
7070
- NETWORK=sanchonet
7171
- POSTGRES_HOST=postgres

0 commit comments

Comments
 (0)