From cbb570c0a74398114b1d2a6eb4b8cdc565a508bd Mon Sep 17 00:00:00 2001 From: Ben Guidarelli Date: Thu, 19 Oct 2023 11:48:14 -0400 Subject: [PATCH] set branch to develop from master (#3452) --- algorand/sandbox-algorand/images/indexer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algorand/sandbox-algorand/images/indexer/Dockerfile b/algorand/sandbox-algorand/images/indexer/Dockerfile index de9b3ab62..1432912df 100644 --- a/algorand/sandbox-algorand/images/indexer/Dockerfile +++ b/algorand/sandbox-algorand/images/indexer/Dockerfile @@ -10,7 +10,7 @@ RUN if [ -e /certs/cert.pem ]; then cp /certs/cert.pem /etc/ssl/cert.pem; fi # Environment variables used by install.sh ARG URL=https://github.com/algorand/indexer -ARG BRANCH=master +ARG BRANCH=2.15.4 ARG SHA="" ENV HOME /opt/indexer