set branch to develop from master (#3452)

This commit is contained in:
Ben Guidarelli 2023-10-19 11:48:14 -04:00 committed by GitHub
parent d2db1616c5
commit cbb570c0a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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