From b1e4f652b58c3e7b7e78167c24fd10764f76ee81 Mon Sep 17 00:00:00 2001 From: Jason Lantz Date: Mon, 14 Oct 2024 12:18:09 -0500 Subject: [PATCH] Change commit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 036b8cf..9f0aae0 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@e858cdf0e889bdca932377d54830fcc3875ebdf1 cookiecutter keyrings.alt +RUN pip --no-cache-dir install git+https://github.com/muselab-d2x/CumulusCI@1aa0d6907d0290f7b209364e69a63282ff883e1e cookiecutter keyrings.alt # Copy devhub auth script and make it executable COPY devhub.sh /usr/local/bin/devhub.sh