From 7f1cbe79652afaff59c8598aca164a9ff24af3b6 Mon Sep 17 00:00:00 2001 From: Tonya Martin Date: Fri, 10 Feb 2023 18:36:57 -0800 Subject: [PATCH] Update Dockerfile topology-processor branch to main --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 618eaf0d..4b563687 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,7 +56,7 @@ RUN mkdir ${TEMP_DIR} \ # Get the topology-processor from the proper repository RUN mkdir ${TEMP_DIR} \ && cd ${TEMP_DIR} \ - && git clone https://github.com/GRIDAPPSD/topology-processor -b develop \ + && git clone https://github.com/GRIDAPPSD/topology-processor -b main \ && cd topology-processor/ \ && mkdir -p /gridappsd/services/gridappsd-topology-processor \ && rm .git -rf \