Skip to content

Commit 233b35c

Browse files
Ryun1MSzalowski
authored andcommitted
chore: bump node version
1 parent 431270a commit 233b35c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

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

2121
### Changed
2222

23-
-
23+
- Bumped Cardano node version to `10.1.0-pre`.
2424

2525
### Removed
2626

scripts/govtool/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include config.mk
1111
.DEFAULT_GOAL := info
1212

1313
# image tags
14-
cardano_node_image_tag := 10.0.0-pre
14+
cardano_node_image_tag := 10.1.0-pre
1515
cardano_db_sync_image_tag := 13.5.0.2
1616

1717
.PHONY: all

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

Lines changed: 1 addition & 1 deletion
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:

0 commit comments

Comments
 (0)