From 05655b5dae88289784b081df293e2f3946dc71d2 Mon Sep 17 00:00:00 2001 From: Jason Lantz Date: Wed, 23 Oct 2024 15:50:11 -0500 Subject: [PATCH] Change CumulusCI commit sha --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9a75b49..b7fee4f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | g apt-get update && apt-get install -y gh # Install CumulusCI -RUN pip --no-cache-dir install git+https://github.com/muselab-d2x/CumulusCI@c3d0c057302f4d31c3ae7353492c9951c1feadd6 cookiecutter keyrings.alt +RUN pip --no-cache-dir install git+https://github.com/muselab-d2x/CumulusCI@062eb46f58bcdc6eed34ad1bce81ef49263e3b7a cookiecutter keyrings.alt # Copy devhub auth script and make it executable COPY devhub.sh /usr/local/bin/devhub.sh