We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 093bbce + 00cc5d2 commit e8fd264Copy full SHA for e8fd264
CHANGELOG.md
@@ -20,7 +20,7 @@ changes.
20
21
### Changed
22
23
--
+- Bump cardano-node to 10.1.4
24
25
### Removed
26
scripts/govtool/Makefile
@@ -11,7 +11,7 @@ include config.mk
11
.DEFAULT_GOAL := info
12
13
# image tags
14
-cardano_node_image_tag := 10.1.2
+cardano_node_image_tag := 10.1.4
15
cardano_db_sync_image_tag := 13.6.0.4
16
17
.PHONY: all
scripts/govtool/docker-compose.node+dbsync.yml
@@ -51,7 +51,7 @@ services:
51
retries: 5
52
53
cardano-node:
54
- image: ghcr.io/intersectmbo/cardano-node:10.1.2
+ image: ghcr.io/intersectmbo/cardano-node:10.1.4
55
environment:
56
- NETWORK=sanchonet
57
volumes:
0 commit comments