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