From 33cd67830e00d7b949f329a2ef9bccc36ead2185 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Wed, 24 May 2023 19:51:25 -0600 Subject: [PATCH] Specify v5 branches --- app/data/stacks/chain-chunker/stack.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/data/stacks/chain-chunker/stack.yml b/app/data/stacks/chain-chunker/stack.yml index 671859c4..2d36330b 100644 --- a/app/data/stacks/chain-chunker/stack.yml +++ b/app/data/stacks/chain-chunker/stack.yml @@ -2,10 +2,10 @@ version: "1.0" name: chain-chunker decription: "Stack to build containers for chain-chunker" repos: - - github.com/cerc-io/ipld-eth-state-snapshot - - github.com/cerc-io/eth-statediff-service - - github.com/cerc-io/ipld-eth-db - - github.com/cerc-io/ipld-eth-server + - github.com/cerc-io/ipld-eth-state-snapshot@v5 + - github.com/cerc-io/eth-statediff-service@v5 + - github.com/cerc-io/ipld-eth-db@v5 + - github.com/cerc-io/ipld-eth-server@v5 containers: - cerc/ipld-eth-state-snapshot - cerc/eth-statediff-service