Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Mitrofanov <nikolay.mitrofanov@flant.com>
  • Loading branch information
name212 committed Jul 28, 2023
1 parent f31e371 commit 1a2484a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ARG SOURCE_REPO

ENV GOARCH=amd64
RUN apk add --no-cache make git && \
git clone --branch v0.0.4 --depth 1 ${SOURCE_REPO-https://github.com}/nabokihms/events_exporter.git . && \
git clone --branch v0.0.4 --depth 1 ${SOURCE_REPO:-https://github.com}/nabokihms/events_exporter.git . && \
make build


Expand Down

0 comments on commit 1a2484a

Please sign in to comment.