Skip to content

Commit aa8d6a6

Browse files
authored
Merge pull request #2195 from IntersectMBO/node-10.1.0-pre
chore: bump node version to 10.1.0-pre
2 parents 6067a11 + a47322c commit aa8d6a6

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ changes.
2020

2121
### Changed
2222

23-
-
23+
- Bumped Cardano node version to `10.1.0-pre`.
24+
- Bumped Cardano DB Sync version to `13.6.0.0-pre`.
2425

2526
### Removed
2627

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.0.0-pre
15-
cardano_db_sync_image_tag := 13.5.0.2
14+
cardano_node_image_tag := 10.1.0-pre
15+
cardano_db_sync_image_tag := 13.6.0.0-pre
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.0.0-pre
54+
image: ghcr.io/intersectmbo/cardano-node:10.1.0-pre
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.5.0.2
68+
image: ghcr.io/intersectmbo/cardano-db-sync:13.6.0.0-pre
6969
environment:
7070
- NETWORK=sanchonet
7171
- POSTGRES_HOST=postgres

0 commit comments

Comments
 (0)