Skip to content

Commit

Permalink
add hash version to fireeth build, build:all
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed Dec 8, 2023
1 parent 2f30f00 commit 3b76dd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ RUN go mod download

COPY . ./

RUN go build ./cmd/fireeth
ARG VERSION
RUN go build -v -ldflags "-X main.version=${VERSION}" ./cmd/fireeth

####

Expand Down

0 comments on commit 3b76dd2

Please sign in to comment.