diff --git a/demo/docker-compose.yaml b/demo/docker-compose.yaml index cce67cf195d..812bfd5f616 100644 --- a/demo/docker-compose.yaml +++ b/demo/docker-compose.yaml @@ -22,7 +22,7 @@ services: ] hydra-node-1: - image: ghcr.io/input-output-hk/hydra-node:unstable + image: ghcr.io/input-output-hk/hydra-node:0.10.0 build: context: ../ target: hydra-node @@ -58,7 +58,7 @@ services: restart: always hydra-node-2: - image: ghcr.io/input-output-hk/hydra-node:unstable + image: ghcr.io/input-output-hk/hydra-node:0.10.0 build: context: ../ target: hydra-node @@ -94,7 +94,7 @@ services: restart: always hydra-node-3: - image: ghcr.io/input-output-hk/hydra-node:unstable + image: ghcr.io/input-output-hk/hydra-node:0.10.0 build: context: ../ target: hydra-node @@ -130,7 +130,7 @@ services: restart: always hydra-tui-1: - image: ghcr.io/input-output-hk/hydra-tui:unstable + image: ghcr.io/input-output-hk/hydra-tui:0.10.0 build: context: ../ target: hydra-tui @@ -149,7 +149,7 @@ services: ipv4_address: 172.16.238.11 hydra-tui-2: - image: ghcr.io/input-output-hk/hydra-tui:unstable + image: ghcr.io/input-output-hk/hydra-tui:0.10.0 build: context: ../ target: hydra-tui @@ -168,7 +168,7 @@ services: ipv4_address: 172.16.238.21 hydra-tui-3: - image: ghcr.io/input-output-hk/hydra-tui:unstable + image: ghcr.io/input-output-hk/hydra-tui:0.10.0 build: context: ../ target: hydra-tui diff --git a/demo/seed-devnet.sh b/demo/seed-devnet.sh index 38869592301..8b7ecc334b4 100755 --- a/demo/seed-devnet.sh +++ b/demo/seed-devnet.sh @@ -43,7 +43,7 @@ function hnode() { else docker run --rm -it \ -v ${SCRIPT_DIR}/devnet:/devnet \ - ghcr.io/input-output-hk/hydra-node:unstable -- ${@} + ghcr.io/input-output-hk/hydra-node:0.10.0 -- ${@} fi } diff --git a/testnets/preprod/hydra-scripts-0.10.0.txid b/testnets/preprod/hydra-scripts-0.10.0.txid new file mode 100644 index 00000000000..f810583a3a2 --- /dev/null +++ b/testnets/preprod/hydra-scripts-0.10.0.txid @@ -0,0 +1 @@ +31b833c943fc267ee532c772be032183d5842b69492afaf5daa360171168c238 diff --git a/testnets/preprod/hydra-scripts.txid b/testnets/preprod/hydra-scripts.txid index b33a73557e4..6c767313870 120000 --- a/testnets/preprod/hydra-scripts.txid +++ b/testnets/preprod/hydra-scripts.txid @@ -1 +1 @@ -hydra-scripts-0.9.0.txid \ No newline at end of file +hydra-scripts-0.10.0.txid \ No newline at end of file diff --git a/testnets/preview/hydra-scripts-0.10.0.txid b/testnets/preview/hydra-scripts-0.10.0.txid new file mode 100644 index 00000000000..ba88d4ff2e7 --- /dev/null +++ b/testnets/preview/hydra-scripts-0.10.0.txid @@ -0,0 +1 @@ +d237926e174a2ca386174a5810d30f0ca6db352219dd7eacdc7d5969ae75d58f diff --git a/testnets/preview/hydra-scripts.txid b/testnets/preview/hydra-scripts.txid index b33a73557e4..6c767313870 120000 --- a/testnets/preview/hydra-scripts.txid +++ b/testnets/preview/hydra-scripts.txid @@ -1 +1 @@ -hydra-scripts-0.9.0.txid \ No newline at end of file +hydra-scripts-0.10.0.txid \ No newline at end of file