From d939f51fe8875192015fd0a0cfcf3c503cbb69e2 Mon Sep 17 00:00:00 2001 From: "Michael Kavulich, Jr" Date: Mon, 9 Sep 2024 14:10:39 -0600 Subject: [PATCH] Update Dockerfile to use release branch --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 97ced6d17..979781134 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -74,7 +74,7 @@ ENV w3emc_ROOT=/comsoftware/nceplibs # Obtain CCPP SCM source code, build code, and download static data RUN if [ -z "$PR_NUMBER" ]; then \ cd /comsoftware \ - && git clone --recursive -b main https://github.com/NCAR/ccpp-scm; \ + && git clone --recursive -b release/public-v7 https://github.com/NCAR/ccpp-scm; \ else \ cd /comsoftware \ && git clone https://github.com/NCAR/ccpp-scm \