Skip to content

Commit

Permalink
Merge pull request #19 from wide-vsix/slankdev-patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
slankdev authored Oct 25, 2022
2 parents d851c69 + 13cbe58 commit 81a6eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ COPY ./ ./
RUN CGO_ENABLED=0 go build -o ./bin/flowctl -ldflags "\
-X github.com/wide-vsix/linux-flow-exporter/pkg/util.gitSHA=$GIT_SHA \
-X github.com/wide-vsix/linux-flow-exporter/pkg/util.gitBranch=$GIT_BRANCH \
-X github.com/wide-vsix/linux-flow-exporter/pkg/util.gitTag=none \
-X github.com/wide-vsix/linux-flow-exporter/pkg/util.gitTag=$GIT_TAG \
-X github.com/wide-vsix/linux-flow-exporter/pkg/util.buildDate=$BUILD_DATE \
" ./cmd/flowctl/main.go

Expand Down

0 comments on commit 81a6eea

Please sign in to comment.