From 3b1b34ee329d90cef7352fcbd9cd7a310567718c Mon Sep 17 00:00:00 2001 From: Jason Lantz Date: Tue, 22 Oct 2024 18:06:09 -0500 Subject: [PATCH] Change CumulusCI commit sha --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 23998d7..a0b0f12 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@bed1162da1f6801a29bd72a5672dcb21e9894f8c cookiecutter keyrings.alt +RUN pip --no-cache-dir install git+https://github.com/muselab-d2x/CumulusCI@3593fc5662555c88273e7d3b1dfd5752d8991349 cookiecutter keyrings.alt # Copy devhub auth script and make it executable COPY devhub.sh /usr/local/bin/devhub.sh