Skip to content

Commit 9c0a2fb

Browse files
committed
fix: default Cardano version to '8.9.0'
1 parent 5a6babc commit 9c0a2fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-docker-distribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
description: The url of the archive of the Cardano binaries
1919
required: true
2020
type: string
21-
default: https://github.com/input-output-hk/cardano-node/releases/download/8.7.3/cardano-node-8.7.3-linux.tar.gz
21+
default: https://github.com/IntersectMBO/cardano-node/releases/download/8.9.0/cardano-node-8.9.0-linux.tar.gz
2222
dry_run:
2323
description: Dry run will not push the Docker images to the registry
2424
required: true

mithril-infra/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ locals {
141141
variable "cardano_image_id" {
142142
type = string
143143
description = "The Cardano image tag of service to deploy"
144-
default = "8.7.3"
144+
default = "8.9.0"
145145
}
146146

147147
variable "cardano_image_registry" {

0 commit comments

Comments
 (0)