From a05335c07873120974c49d6cd5158be647806886 Mon Sep 17 00:00:00 2001 From: Olga O Date: Thu, 29 Jul 2021 13:10:32 -0500 Subject: [PATCH] update tag --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 518b83b..abb972c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ ENV JENKINS_HOME $JENKINS_HOME ENV JENKINS_SLAVE_AGENT_PORT ${agent_port} ENV REF $REF -COPY --from=jenkins /usr/bin/git-lfs /usr/bin/git-lfs +COPY --from=jenkins /usr/local/bin/git-lfs /usr/local/bin/git-lfs # Jenkins is run with user `jenkins`, uid = 1000 # If you bind mount a volume from the host or a data container, -- GitLab