diff --git a/Dockerfile b/Dockerfile index 3a5cbc5..e0ff93d 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@1f05d668b230bd7bb6abdc927865f216c3233c99 cookiecutter keyrings.alt +RUN pip --no-cache-dir install git+https://github.com/muselab-d2x/CumulusCI@636f7b51baebba4ff3c409df4f2753a7dc7f5932 cookiecutter keyrings.alt # Copy devhub auth script and make it executable COPY devhub.sh /usr/local/bin/devhub.sh