Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve committed Oct 26, 2023
1 parent b37e926 commit cb184cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ RUN mkdir -p /tmp/tools/ && \

ARG mirrorbits_version=v0.5.1
ARG mirrorbits_current_commit=9189dc7
RUN mkdir -p /tmp/tools/ && \
git clone https://github.com/etix/mirrorbits /tmp/tools/mirrorbits && \
# hadolint ignore=DL3003
RUN git clone https://github.com/etix/mirrorbits /tmp/tools/mirrorbits && \
cd /tmp/tools/mirrorbits && \
git checkout ${mirrorbits_current_commit} && \
git checkout "${mirrorbits_current_commit}" && \
/tmp/tools/go/bin/go build

ARG tini_version=v0.19.0
Expand Down

0 comments on commit cb184cf

Please sign in to comment.