Skip to content

Commit

Permalink
update var
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth More authored and Siddharth More committed Apr 24, 2024
1 parent 2a80b04 commit 1c0dd7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/cmd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COPY go.sum /app

WORKDIR /app/node

RUN go build -ldflags="-X 'node.SEMVER=${SEMVER}'" -o ./bin/node ./cmd
RUN go build -ldflags="-X 'node.SemVer=${SEMVER}'" -o ./bin/node ./cmd

FROM alpine:3.18

Expand Down

0 comments on commit 1c0dd7c

Please sign in to comment.