File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
mithril-test-lab/mithril-devnet Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 13
13
description : The url of the archive of the Cardano binaries
14
14
required : true
15
15
type : string
16
- default : https://update-cardano-mainnet.iohk.io/cardano-node-releases/cardano-node-1.35.6 -linux.tar.gz
16
+ default : https://update-cardano-mainnet.iohk.io/cardano-node-releases/cardano-node-1.35.7 -linux.tar.gz
17
17
dry_run :
18
18
description : Dry run will not push the Docker images to the registry
19
19
required : true
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ RUN /app/target/release/mithril-aggregator --version
40
40
FROM ubuntu:22.04
41
41
42
42
# Args
43
- ARG CARDANO_BIN_URL=https://update-cardano-mainnet.iohk.io/cardano-node-releases/cardano-node-1.35.6 -linux.tar.gz
43
+ ARG CARDANO_BIN_URL=https://update-cardano-mainnet.iohk.io/cardano-node-releases/cardano-node-1.35.7 -linux.tar.gz
44
44
45
45
# Upgrade
46
46
RUN apt-get update -y && apt-get install -y libssl-dev ca-certificates wget sqlite3 && rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change 4
4
FROM ubuntu:22.04
5
5
6
6
# Args
7
- ARG CARDANO_BIN_URL=https://update-cardano-mainnet.iohk.io/cardano-node-releases/cardano-node-1.35.6 -linux.tar.gz
7
+ ARG CARDANO_BIN_URL=https://update-cardano-mainnet.iohk.io/cardano-node-releases/cardano-node-1.35.7 -linux.tar.gz
8
8
9
9
# Upgrade
10
10
RUN apt-get update -y && apt-get install -y libssl-dev ca-certificates wget sqlite3 && rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ locals {
87
87
variable "cardano_image_id" {
88
88
type = string
89
89
description = " The Cardano image tag of service to deploy"
90
- default = " 1.35.6 "
90
+ default = " 1.35.7 "
91
91
}
92
92
93
93
variable "mithril_api_domain" {
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ RUN /app/target/release/mithril-signer --version
41
41
FROM ubuntu:22.04
42
42
43
43
# Args
44
- ARG CARDANO_BIN_URL=https://update-cardano-mainnet.iohk.io/cardano-node-releases/cardano-node-1.35.6 -linux.tar.gz
44
+ ARG CARDANO_BIN_URL=https://update-cardano-mainnet.iohk.io/cardano-node-releases/cardano-node-1.35.7 -linux.tar.gz
45
45
46
46
# Upgrade
47
47
RUN apt-get update -y && apt-get install -y libssl-dev ca-certificates wget sqlite3 && rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change 4
4
FROM ubuntu:22.04
5
5
6
6
# Args
7
- ARG CARDANO_BIN_URL=https://update-cardano-mainnet.iohk.io/cardano-node-releases/cardano-node-1.35.6 -linux.tar.gz
7
+ ARG CARDANO_BIN_URL=https://update-cardano-mainnet.iohk.io/cardano-node-releases/cardano-node-1.35.7 -linux.tar.gz
8
8
9
9
# Upgrade
10
10
RUN apt-get update -y && apt-get install -y libssl-dev ca-certificates wget sqlite3 && rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ SECURITY_PARAM=2
48
48
NODE_PORT_START=3000
49
49
NODE_ADDR_PREFIX=" 172.16.238"
50
50
NODE_ADDR_INCREMENT=10
51
- CARDANO_BINARY_URL=" https://update-cardano-mainnet.iohk.io/cardano-node-releases/cardano-node-1.35.6 -linux.tar.gz"
51
+ CARDANO_BINARY_URL=" https://update-cardano-mainnet.iohk.io/cardano-node-releases/cardano-node-1.35.7 -linux.tar.gz"
52
52
ALONZO_GENESIS_URL=" https://book.world.dev.cardano.org/environments/private/alonzo-genesis.json"
53
53
54
54
GENESIS_VERIFICATION_KEY=5b33322c3235332c3138362c3230312c3137372c31312c3131372c3133352c3138372c3136372c3138312c3138382c32322c35392c3230362c3130352c3233312c3135302c3231352c33302c37382c3231322c37362c31362c3235322c3138302c37322c3133342c3133372c3234372c3136312c36385d
You can’t perform that action at this time.
0 commit comments