diff --git a/Dockerfile.updater-core b/Dockerfile.updater-core index ba072c7830..4bf112a2fe 100644 --- a/Dockerfile.updater-core +++ b/Dockerfile.updater-core @@ -57,7 +57,6 @@ ENV GIT_LFS_SKIP_SMUDGE=1 ARG SHIM="https://github.com/dependabot/git-shim/releases/download/v1.4.0/git-v1.4.0-linux-amd64.tar.gz" RUN curl -sL $SHIM -o git-shim.tar.gz && mkdir -p ~/bin && tar -xvf git-shim.tar.gz -C ~/bin && rm git-shim.tar.gz -COPY --chown=dependabot:dependabot .rubocop.yml .rubocop.yml COPY --chown=dependabot:dependabot .ruby-version .ruby-version COPY --chown=dependabot:dependabot omnibus omnibus COPY --chown=dependabot:dependabot updater/Gemfile updater/Gemfile.lock dependabot-updater/