diff --git a/Shilohimage b/Shilohimage index 540a15b9..c7bac883 100644 --- a/Shilohimage +++ b/Shilohimage @@ -101,7 +101,7 @@ USER frappe RUN mkdir -p /home/frappe/.ssh RUN echo -e "Host *\n\tStrictHostKeyChecking no\n\tIdentityFile /run/secrets/user_ssh_key\n" >> /home/frappe/.ssh/config -RUN git config -g core.sshCommand 'ssh -i /run/secrets/user_ssh_key' +RUN git config --global core.sshCommand 'ssh -i /run/secrets/user_ssh_key' ARG FRAPPE_BRANCH=version-15 ARG FRAPPE_PATH=https://github.com/frappe/frappe