Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
slankdev authored Oct 25, 2022
1 parent d851c69 commit 13cbe58
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 13cbe58

Please sign in to comment.